mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-27 10:25:49 +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:
@@ -72,7 +72,7 @@ AC_PROG_GCC_TRADITIONAL
|
|||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
AX_CFLAGS_GCC_OPTION(-Wall)
|
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 Platform-specific Makefile setup
|
||||||
dnl ================================
|
dnl ================================
|
||||||
|
|||||||
Reference in New Issue
Block a user