commit | 713a7566afc753e488c8573fe6b1cc4694b5abbd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 27 16:34:50 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 28 23:12:30 2015 +0100 |
tree | 252599e413f8258dd8606c31b4a676e3cd7c7eca | |
parent | 188ad3e9a2c6f368ccfdee5d450f6c0802a28913 [diff] |
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.