https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82922
--- Comment #9 from David Brown <david at westcontrol dot com> --- Could -Wstrict-prototypes be added to -Wall, or even considered enabling by default? The next C standard will make "void foo()" mean the same as "void foo(void)", like in C++, which makes the scope for confusion high.