Adds maybe_unused to several addon scripts

This commit is contained in:
2022-04-10 12:08:18 +02:00
parent 6734aa44ec
commit cc5cd3d238
9 changed files with 15 additions and 15 deletions

View File

@@ -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"));