mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2025-10-29 19:32:24 +00:00
Fix unused variable warning in release mode
The assert() is removed in release mode causing unused variable warning noise.
This commit is contained in:
parent
2d370d3235
commit
94fee67baf
@ -2035,6 +2035,7 @@ struct StatementList {
|
||||
// @@ Output function as is?
|
||||
// @@ We have to flatten function arguments! This is tricky, need to handle input/output arguments.
|
||||
assert(!NeedsFlattening(functionCall->argument));
|
||||
(void)functionCall;
|
||||
|
||||
return AddExpressionStatement(expr, statements, wantIdent);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user