We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d370d3 commit 94fee67Copy full SHA for 94fee67
src/libprojectM/Renderer/hlslparser/src/HLSLTree.cpp
@@ -2035,6 +2035,7 @@ struct StatementList {
2035
// @@ Output function as is?
2036
// @@ We have to flatten function arguments! This is tricky, need to handle input/output arguments.
2037
assert(!NeedsFlattening(functionCall->argument));
2038
+ (void)functionCall;
2039
2040
return AddExpressionStatement(expr, statements, wantIdent);
2041
}
0 commit comments