From d8ffd3b4b6c5df60fb7e44a2ba6ad12c9b2160f4 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 f41710293..5f9e4d7a6 100644 --- a/configure.in +++ b/configure.in @@ -1413,8 +1413,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