mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Do not show always evaluate as true warnings.
This commit is contained in:
parent
ea12f34638
commit
809b03efdf
@ -1310,8 +1310,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