From ce9b375b8d85814acce1999e169b7806f285fcae Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Thu, 23 Sep 2010 11:32:41 +0200 Subject: [PATCH] configure: Do not warn about unused parameters Now my 'make V=0' compilation can be used to spot new/relevant warnings. Signed-off-by: Carlos R. Mafra --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 21aff286..7f3ff79e 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ AC_PROG_GCC_TRADITIONAL AC_PROG_LIBTOOL AX_CFLAGS_GCC_OPTION(-Wall) -AX_CFLAGS_GCC_OPTION(-Wextra -Wno-sign-compare) +AX_CFLAGS_GCC_OPTION(-Wextra -Wno-sign-compare -Wno-unused-parameter) dnl Platform-specific Makefile setup dnl ================================