Analyzer doesn't like void Function(void)
#34008
Labels
legacy-area-analyzer
Use area-devexp instead.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Milestone
"error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name"
CFE seems fine with it.
void Function(void x)
is a workaround.The text was updated successfully, but these errors were encountered: