disable unconditional -Wno-pointer-sign
ok beck@
This commit is contained in:
parent
058914fea2
commit
6017202b77
@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
AC_SUBST([USER_CFLAGS], "-O2 $CFLAGS")
|
||||
CFLAGS="$CFLAGS -Wall -std=c99 -g -Wno-pointer-sign"
|
||||
CFLAGS="$CFLAGS -Wall -std=c99 -g"
|
||||
|
||||
case $target_os in
|
||||
*darwin*)
|
||||
|
Loading…
Reference in New Issue
Block a user