Adds maybe_unused to several addon scripts
This commit is contained in:
@@ -976,7 +976,7 @@ string ScriptGetExceptionInfo()
|
||||
|
||||
void RegisterExceptionRoutines(asIScriptEngine *engine)
|
||||
{
|
||||
int r;
|
||||
[[maybe_unused]] int r;
|
||||
|
||||
// The string type must be available
|
||||
assert(engine->GetTypeInfoByDecl("string"));
|
||||
|
||||
Reference in New Issue
Block a user