• Guilhem Bichot's avatar
    BUG#57933 "add -Wdeclaration-after-statement to gcc builds"; · f6ae96d4
    Guilhem Bichot authored
    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.
    f6ae96d4
maintainer.m4 2.31 KB