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:
parent
f571cf509d
commit
85c137490b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user