1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 21:04:18 +01:00

configure: Remove gcc warning about signed x unsigned

This commit is contained in:
Carlos R. Mafra
2010-08-24 17:22:26 +02:00
parent 2031a25869
commit 48044feb29

View File

@@ -29,7 +29,7 @@ AC_PROG_GCC_TRADITIONAL
AC_PROG_LIBTOOL
AX_CFLAGS_GCC_OPTION(-Wall)
AX_CFLAGS_GCC_OPTION(-Wextra)
AX_CFLAGS_GCC_OPTION(-Wextra -Wno-sign-compare)
dnl Platform-specific Makefile setup
dnl ================================