mirror of
https://github.com/xiph/opus.git
synced 2025-05-29 06:39:15 +00:00
Remove -Wdeclaration-after-statement.
This causes warnings with the ALLOC() macro.
This commit is contained in:
parent
c5e04e4aa4
commit
99e8a9352b
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ AC_SUBST(SYMBOL_VISIBILITY)
|
|||
|
||||
CFLAGS="$CFLAGS -W"
|
||||
|
||||
warn_CFLAGS="-Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wdeclaration-after-statement"
|
||||
warn_CFLAGS="-Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes"
|
||||
saved_CFLAGS="$CFLAGS"
|
||||
CFLAGS="$CFLAGS $warn_CFLAGS"
|
||||
AC_MSG_CHECKING([if ${CC} supports ${warn_CFLAGS}])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue