1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Do not use Wno-always-true twice.

This commit is contained in:
Witold Filipczyk 2007-02-26 18:27:29 +01:00 committed by Witold Filipczyk
parent f571cf509d
commit 85c137490b

View File

@ -1431,7 +1431,7 @@ if test "x$ac_cv_prog_gcc" = "xyes"; then
4.*)
# Do not show warnings related to (char * | unsigned char *) type
# difference. Do not show "always evaluate as true".
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-always-true"
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"
;;
*)
# These should be ok using -Werror