SyntaxFix
Write A Post
Hire A Developer
Questions
Try -Wno-traditional.
-Wno-traditional
But better, add declarations for your static functions:
static void foo (void); // ... somewhere in code foo (); static void foo () { // do sth }