Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-02 03:42:37 +0400
committerGregory Maxwell <greg@xiph.org>2011-09-02 03:42:37 +0400
commit40f956eed01dc512e3f53d2e90a5fd281a4706a6 (patch)
tree091052067dfdccb1d6ebeddfe7f4fa32ad80d914 /configure.ac
parentb6c3f06b538413701a76087036ddb775fa7126da (diff)
Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f1982be..bb7a4d23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ AC_SUBST(SYMBOL_VISIBILITY)
fi
if test $ac_cv_c_compiler_gnu = yes ; then
- CFLAGS="$CFLAGS -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-unused-parameter"
+ CFLAGS="$CFLAGS -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow"
fi
AC_CHECK_FUNCS([lrintf])