From bd7ba3bde62eaf3cbe98de44fde33b76d4f039d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 22 Feb 2004 22:36:36 +0000 Subject: [PATCH] this code uses no long long, so we can have warnings about them --- ares/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares/configure.ac b/ares/configure.ac index f4c235f80..5080cf262 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -37,7 +37,7 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]), CFLAGS="$CFLAGS -g" if test "$GCC" = "yes"; then dnl these work for gcc 2.95 - CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wno-long-long -Wundef -Wpointer-arith -Wnested-externs -Wcast-align -Winline -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wsign-compare" + CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wnested-externs -Wcast-align -Winline -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wsign-compare" dnl 2.96 or higher: -Wfloat-equal -Wunreachable-code fi dnl strip off optimizer flags