mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
Remove -Wdeclaration-after-statement flag (we use C99)
This commit is contained in:
@@ -95,7 +95,7 @@ if test "x$GCC" = "xyes" ; then
|
||||
AC_MSG_RESULT($GCC_VERSION)
|
||||
if test $GCC_VERSION_NUM -ge 304; then
|
||||
dnl these were added in 3.4
|
||||
CFLAGS="$CFLAGS -Wextra -Wdeclaration-after-statement -Winit-self"
|
||||
CFLAGS="$CFLAGS -Wextra -Winit-self"
|
||||
fi
|
||||
if test $GCC_VERSION_NUM -ge 403; then
|
||||
dnl these were added in 4.3
|
||||
|
||||
Reference in New Issue
Block a user