From d215519532e30611c242be082ed2b40ed9d9e4b1 Mon Sep 17 00:00:00 2001 From: nijtmans Date: Tue, 11 Nov 2008 22:13:35 +0000 Subject: reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) --- ChangeLog | 6 ++++++ win/configure | 2 +- win/tcl.m4 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22161e1..0d39614 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-11 Jan Nijtmans + + * win/tcl.m4: reverted change from 2008-11-06 (was under the impression + that "-Wno-implicit-int" added an extra warning) + * win/configure (regenerated) + 2008-11-09 Joe English * generic/ttk/ttkWidget.c: Remove unnecessary casts. diff --git a/win/configure b/win/configure index 54027b8..997d6d2 100755 --- a/win/configure +++ b/win/configure @@ -2819,7 +2819,7 @@ echo "$as_me: error: ${CC} does not support the -shared option. CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall -Wno-implicit-int" + CFLAGS_WARNING="-Wall" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= diff --git a/win/tcl.m4 b/win/tcl.m4 index 3447eb9..59b51c9 100644 --- a/win/tcl.m4 +++ b/win/tcl.m4 @@ -529,7 +529,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall -Wno-implicit-int" + CFLAGS_WARNING="-Wall" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= -- cgit v0.12