diff options
author | jenglish <jenglish@flightlab.com> | 2007-01-11 18:31:08 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-01-11 18:31:08 (GMT) |
commit | 087d6e6f5a5111a8f397cc11b0575b9eb6293d9e (patch) | |
tree | 94c2423395486f5f3785ad22d40c917491d741f4 /win/tcl.m4 | |
parent | a7b45de808c4bca805fab7b4eb90aa6e6f09e2ac (diff) | |
download | tk-087d6e6f5a5111a8f397cc11b0575b9eb6293d9e.zip tk-087d6e6f5a5111a8f397cc11b0575b9eb6293d9e.tar.gz tk-087d6e6f5a5111a8f397cc11b0575b9eb6293d9e.tar.bz2 |
* win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion".
This was removed from unix/tcl.m4 2004-07-16 but not from here.
* win/configure: Regenerated.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -529,7 +529,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall -Wconversion" + CFLAGS_WARNING="-Wall" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= |