The angelscript addons really need to check their unused variables.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-27 23:22:10 +01:00
parent 639d7e977f
commit a8e71ddd0b
2 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ static void StringJoin_Generic(asIScriptGeneric *gen)
// The string type must have been registered first.
void RegisterStdStringUtils(asIScriptEngine *engine)
{
int r;
[[maybe_unused]] int r;
if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") )
{