From 809b03efdf353e2c07e58b7fac4fffbc12dd25d9 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 18 Feb 2007 09:58:18 +0100 Subject: [PATCH] Do not show always evaluate as true warnings. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 471fcb11b..121e03272 100644 --- a/configure.in +++ b/configure.in @@ -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