BUILD: Makefile: add -Wdeclaration-after-statement
authorWilly Tarreau <w@1wt.eu>
Fri, 27 Feb 2015 15:34:50 +0000 (16:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:30 +0000 (23:12 +0100)
commit713a7566afc753e488c8573fe6b1cc4694b5abbd
tree252599e413f8258dd8606c31b4a676e3cd7c7eca
parent188ad3e9a2c6f368ccfdee5d450f6c0802a28913
BUILD: Makefile: add -Wdeclaration-after-statement

This one makes it easier to detect accidentally misplaced variables
declarations in the code which are always a pain to deal with when
functions grow.
Makefile