Add -Wdeclaration-after-statement and -Wvla to maintainer CFLAGS
authorNeil Roberts <neil@linux.intel.com>
Mon, 25 Oct 2010 12:03:39 +0000 (13:03 +0100)
committerNeil Roberts <neil@linux.intel.com>
Mon, 25 Oct 2010 12:18:25 +0000 (13:18 +0100)
commitc3f47fa7d03ec3e7a5f963ced0457f27c3ec41ee
tree1debfd00a76e898ab325ac28233276d4ba93d578
parent164af55a6e52075afbc335a3ff15fe9b48ac9f31
Add -Wdeclaration-after-statement and -Wvla to maintainer CFLAGS

These warnings pick up C99 extensions that are commonly accidentally
used and which cause problems when compiling with MSVC.
configure.ac