1
0
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:
Witold Filipczyk 2007-02-18 09:58:18 +01:00 committed by Kalle Olavi Niemitalo
parent ea12f34638
commit 809b03efdf

View File

@ -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