summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorstwo <stwo>2009-04-14 20:31:08 (GMT)
committerstwo <stwo>2009-04-14 20:31:08 (GMT)
commite218cedbc86a8adac1e37f7b63f86f384807e357 (patch)
treec62d2ba54c2a697b6aaa962b7ade0c77f4ae5562 /unix/tcl.m4
parentbbd019938dab66489feb97ca505283e55125bc48 (diff)
downloadtk-e218cedbc86a8adac1e37f7b63f86f384807e357.zip
tk-e218cedbc86a8adac1e37f7b63f86f384807e357.tar.gz
tk-e218cedbc86a8adac1e37f7b63f86f384807e357.tar.bz2
Removed -Wno-implicit-int from CFLAGS_WARNING.\nRegen 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=""