mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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.*)
|
4.*)
|
||||||
# Do not show warnings related to (char * | unsigned char *) type
|
# Do not show warnings related to (char * | unsigned char *) type
|
||||||
# difference.
|
# difference. Do not show "always evaluate as true".
|
||||||
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"
|
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-always-true"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# These should be ok using -Werror
|
# These should be ok using -Werror
|
||||||
|
Loading…
Reference in New Issue
Block a user