From 44f5b8f6cc437cc6c95f745cca7c575db76384af Mon Sep 17 00:00:00 2001 From: escoffon Date: Fri, 24 Jul 1998 13:31:41 +0000 Subject: the flag that caused all the X libs warnings was -Wimplicit-int, so turn that off --- unix/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/configure.in b/unix/configure.in index 62412f6..95a4d38 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -33,10 +33,10 @@ AC_HAVE_HEADERS(unistd.h limits.h) # set the warning flags depending on whether or not we are using gcc if test "${GCC}" = "yes" ; then - # leave -Wconversion out, the X libs generate so many of these warnings + # leave -Wimplicit-int out, the X libs generate so many of these warnings # that they obscure everything else. - CFLAGS_WARNING="-Wall" + CFLAGS_WARNING="-Wall -Wconversion -Wno-implicit-int" else CFLAGS_WARNING="" fi -- cgit v0.12