Now my 'make V=0' compilation can be used to spot new/relevant warnings. Signed-off-by: Carlos R. Mafra <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index 9ab47a4..35816e9 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 ================================ -- 1.7.2.2.119.gf9c33 -- To unsubscribe, send mail to [email protected].
