BUG#57933 "add -Wdeclaration-after-statement to gcc builds";
first part, for autotools build. config/ac-macros/maintainer.m4: Add the flag. With it, and as we use -Werror, we nicely get "error: ISO C90 forbids mixed declarations and code" if a declaration follows a statement in C code. Note that g++ refuses this flag.
Showing
Please register or sign in to comment