-Wunused:all
and named function arguments
#16678
Labels
Milestone
-Wunused:all
and named function arguments
#16678
I tried adding the new unused flag (from #16157) to my work codebase and was surprised that it warned when a named arguments function defined inline gives unused warnings. This is even if it uses underscore.
Compiler version
With nightly:
3.3.0-RC1-bin-20230112-be10bc6-NIGHTLY
Minimized code
Output
Expectation
There is nothing unused here as far as I can tell, so it should not give a warning.
The text was updated successfully, but these errors were encountered: