|
@@ -514,7 +514,7 @@ SQRESULT SQVM::Suspend()
|
|
|
|
|
|
|
|
#define _FINISH(howmuchtojump) {jump = howmuchtojump; return true; }
|
|
#define _FINISH(howmuchtojump) {jump = howmuchtojump; return true; }
|
|
|
bool SQVM::FOREACH_OP(SQObjectPtr &o1,SQObjectPtr &o2,SQObjectPtr
|
|
bool SQVM::FOREACH_OP(SQObjectPtr &o1,SQObjectPtr &o2,SQObjectPtr
|
|
|
-&o3,SQObjectPtr &o4,SQInteger arg_2,int exitpos,int &jump)
|
|
|
|
|
|
|
+&o3,SQObjectPtr &o4,SQInteger /*arg_2*/,int exitpos,int &jump)
|
|
|
{
|
|
{
|
|
|
SQInteger nrefidx;
|
|
SQInteger nrefidx;
|
|
|
switch(type(o1)) {
|
|
switch(type(o1)) {
|
|
@@ -1573,7 +1573,7 @@ SQInteger prevstackbase = _stackbase;
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-bool SQVM::CallMetaMethod(SQObjectPtr &closure,SQMetaMethod mm,SQInteger nparams,SQObjectPtr &outres)
|
|
|
|
|
|
|
+bool SQVM::CallMetaMethod(SQObjectPtr &closure,SQMetaMethod /*mm*/,SQInteger nparams,SQObjectPtr &outres)
|
|
|
{
|
|
{
|
|
|
//SQObjectPtr closure;
|
|
//SQObjectPtr closure;
|
|
|
|
|
|