1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-09 23:34:14 +01:00

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 <crmafra@gmail.com>
This commit is contained in:
Carlos R. Mafra
2010-09-23 11:32:41 +02:00
parent b8f118e9a5
commit ce9b375b8d

View File

@@ -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 ================================