summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorstwo <stwo>2009-04-14 20:43:42 (GMT)
committerstwo <stwo>2009-04-14 20:43:42 (GMT)
commit0af763829f071a99aa805975ad64dc462b42dcd5 (patch)
treec192543d58a444c036155438e17145a5b7e649f2 /unix/tcl.m4
parent89e86ba76744f2761dbf11f63ae1087dd965f2c8 (diff)
downloadtcl-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.m42
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=""