Fixes unused variable in scripthelper.cpp.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-03-27 23:07:31 +01:00
parent acf7d1cc6e
commit 639d7e977f

View File

@@ -975,7 +975,7 @@ string ScriptGetExceptionInfo()
void RegisterExceptionRoutines(asIScriptEngine *engine)
{
int r;
[[maybe_unused]] int r;
// The string type must be available
assert(engine->GetTypeInfoByDecl("string"));