CVS commit by staikos:
fix warning
M +1 -0 bind_vector.cpp 1.18
--- kdeextragear-2/kst/kst/extensions/js/bind_vector.cpp #1.17:1.18
@@ -180,4 +180,5 @@ KJS::Value KstBindVector::get(KJS::ExecS
KJS::Value KstBindVector::getPropertyByIndex(KJS::ExecState *exec, unsigned propertyName) const {
+ Q_UNUSED(exec)
if (!_v) {
return KJS::Undefined();