diff options
author | stwo <stwo> | 2009-04-14 20:43:42 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-04-14 20:43:42 (GMT) |
commit | 0af763829f071a99aa805975ad64dc462b42dcd5 (patch) | |
tree | c192543d58a444c036155438e17145a5b7e649f2 /unix/tcl.m4 | |
parent | 89e86ba76744f2761dbf11f63ae1087dd965f2c8 (diff) | |
download | tcl-0af763829f071a99aa805975ad64dc462b42dcd5.zip tcl-0af763829f071a99aa805975ad64dc462b42dcd5.tar.gz tcl-0af763829f071a99aa805975ad64dc462b42dcd5.tar.bz2 |
Removed -Wno-implicit-int from CFLAGS_WARNING.
Regen unix/configure.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index c7f26ca..9d653b1 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1142,7 +1142,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE=-O AS_IF([test "$GCC" = yes], [ - CFLAGS_WARNING="-Wall -Wno-implicit-int" + CFLAGS_WARNING="-Wall" ], [CFLAGS_WARNING=""]) TCL_NEEDS_EXP_FILE=0 TCL_BUILD_EXP_FILE="" |