mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-10 15:54:17 +01:00
configure: Remove gcc warning about signed x unsigned
This commit is contained in:
@@ -29,7 +29,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)
|
AX_CFLAGS_GCC_OPTION(-Wextra -Wno-sign-compare)
|
||||||
|
|
||||||
dnl Platform-specific Makefile setup
|
dnl Platform-specific Makefile setup
|
||||||
dnl ================================
|
dnl ================================
|
||||||
|
|||||||
Reference in New Issue
Block a user