1
0
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:
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.*) 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