mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-29 08:17:18 -04:00
Do not show always evaluate as true warnings.
This commit is contained in:
parent
dd34591c74
commit
2a8bff982b
@ -1430,8 +1430,8 @@ if test "x$ac_cv_prog_gcc" = "xyes"; then
|
||||
;;
|
||||
4.*)
|
||||
# Do not show warnings related to (char * | unsigned char *) type
|
||||
# difference.
|
||||
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"
|
||||
# difference. Do not show "always evaluate as true".
|
||||
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-always-true"
|
||||
;;
|
||||
*)
|
||||
# These should be ok using -Werror
|
||||
|
Loading…
Reference in New Issue
Block a user