Feature #2972823: fail on in-line variable declarations
commit26fb16a5cbea1a06270292b46e54f171d583ee0d
authorStefan Becker <stefan.becker@nokia.com>
Fri, 19 Mar 2010 04:23:53 +0000 (19 06:23 +0200)
committerStefan Becker <stefan.becker@nokia.com>
Fri, 19 Mar 2010 04:23:53 +0000 (19 06:23 +0200)
tree9ee675874ada9f0c9b70ca2f164da6a7d9658bb1
parentd1f2a7a5314b687132ac57492e9b47245cecedc5
Feature #2972823: fail on in-line variable declarations

Add -Werror=declaration-after-statement to quality check flags. This enables
ISO C90 behaviour and makes sure we fail in the same places as the Windows
build and GCC < 3 (Irix 6.2, gcc-2.95.3).

NOTE: "make check" fails now in src/purple.

Reported by psfales.
configure.ac