From: Charles Kerr Date: Thu, 1 Jul 2010 23:53:29 +0000 (+0000) Subject: (trunk) remove -Wvla. But, since it will [irk](http://www.thefreedictionary.com... X-Git-Tag: 2.10~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f803d2bbbbab1f70d06d219e77ab92b37177d20;p=transmission (trunk) remove -Wvla. But, since it will [irk](http://www.thefreedictionary.com/irk) klapaucjusz, don't exmplain why. --- diff --git a/configure.ac b/configure.ac index bb85c4a32..6b6adb87d 100644 --- a/configure.ac +++ b/configure.ac @@ -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])