diff options
author | Jonathan Beck | 2009-01-04 16:51:53 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-04 16:51:53 +0100 |
commit | a3c6acf863f1a4deef76b0075c36f20de8d31197 (patch) | |
tree | 45de715a80078536967c606b9d4ebdba253d3fff /configure.ac | |
parent | 5d9e97d40719699a6dcdb196d1cc54acd38cca04 (diff) | |
download | libplist-a3c6acf863f1a4deef76b0075c36f20de8d31197.tar.gz libplist-a3c6acf863f1a4deef76b0075c36f20de8d31197.tar.bz2 |
more warning fixes.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4af0e49..2f171e1 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ if test "$no_debug_code" = true; then AC_DEFINE(STRIP_DEBUG_CODE,1,[Strip debug reporting code]) fi -AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default") +AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter") AC_SUBST(GLOBAL_CFLAGS) AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile libplist-1.0.pc) |