]> granicus.if.org Git - transmission/commitdiff
(trunk) remove -Wvla. But, since it will [irk](http://www.thefreedictionary.com...
authorCharles Kerr <charles@transmissionbt.com>
Thu, 1 Jul 2010 23:53:29 +0000 (23:53 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 1 Jul 2010 23:53:29 +0000 (23:53 +0000)
configure.ac

index bb85c4a3214b42452af65072f75c285666d5f412..6b6adb87d1f5632cb1e8f11e3d90de06d1f3cb9a 100644 (file)
@@ -85,7 +85,7 @@ AC_PROG_CXX
 AC_C_INLINE
 if test "x$GCC" = "xyes" ; then
 
-    CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Wvariadic-macros -Waggregate-return -Wvla -Winline -Wfloat-equal"
+    CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Wvariadic-macros -Waggregate-return -Winline -Wfloat-equal"
 
     dnl figure out gcc version
     AC_MSG_CHECKING([gcc version])