Skip to content
  • Russ Allbery's avatar
    Add additional gcc warnings · b374f653
    Russ Allbery authored
    Add -Wformat=2 -Winit-self -Wswitch-enum -Wdeclaration-after-statement
    -Wshadow to the set of gcc warnings.  Stop passing -DDEBUG=1 since I no
    longer use that define anywhere.  Change -W to -Wextra since I'm
    requiring a fairly new GCC anyway.
    b374f653