diff options
author | nijtmans <nijtmans> | 2008-11-11 22:13:35 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-11 22:13:35 (GMT) |
commit | e876fe2e5448ddca29123be326ada5b944812709 (patch) | |
tree | 1ea60f7ecf43983bbcaa12bb9a7ba67e6c184c85 /win | |
parent | a9353b4f29543fee4732728d89f1c072acf8a85c (diff) | |
download | tk-e876fe2e5448ddca29123be326ada5b944812709.zip tk-e876fe2e5448ddca29123be326ada5b944812709.tar.gz tk-e876fe2e5448ddca29123be326ada5b944812709.tar.bz2 |
reverted change from 2008-11-06 (was under the impression that
"-Wno-implicit-int" added an extra warning)
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
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= @@ -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= |