]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Add -Wdeclaration-after-statement.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 18 Jun 2016 18:25:28 +0000 (20:25 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Jul 2016 11:37:30 +0000 (13:37 +0200)
commit8945705ac35cb77b23ad4cfc732fa884bceb7e35
tree938fca341912609cf7cf6923c1e19d0878b9f0d7
parent33434de86d9f9c237b7bfb1204512404c42e83ff
build: Add -Wdeclaration-after-statement.

No code in the tree has declarations after statements, so this
change produces no new warnings. It makes sure, however, that we do
not introduce such declarations in the future. The option was not
enabled only because old gcc versions do not support it. Since we
require gcc-4.2.x or newer these days, we can count on the option
and enable it unconditionally.
Makefile.real