(svn r27896) -Fix: some warnings

This commit is contained in:
frosch
2017-08-20 21:04:21 +00:00
parent 7efce319ff
commit 3bedb43de4
3 changed files with 3 additions and 2 deletions

View File

@@ -1102,7 +1102,7 @@ exception_trap:
_lasterror = currerror;
return false;
}
assert(0);
NOT_REACHED();
}
bool SQVM::CreateClassInstance(SQClass *theclass, SQObjectPtr &inst, SQObjectPtr &constructor)