diff options
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 | |||
| 45 | AC_DEFINE(STRIP_DEBUG_CODE,1,[Strip debug reporting code]) | 45 | AC_DEFINE(STRIP_DEBUG_CODE,1,[Strip debug reporting code]) |
| 46 | fi | 46 | fi |
| 47 | 47 | ||
| 48 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default") | 48 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter") |
| 49 | AC_SUBST(GLOBAL_CFLAGS) | 49 | AC_SUBST(GLOBAL_CFLAGS) |
| 50 | 50 | ||
| 51 | AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile libplist-1.0.pc) | 51 | AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile libplist-1.0.pc) |
