summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorstwo <stwo>2009-04-14 18:54:25 (GMT)
committerstwo <stwo>2009-04-14 18:54:25 (GMT)
commitfb1e4fd96f65af1eec0e046f787c8a2d06f7e811 (patch)
tree8491eb720cd91382997055a332cef1f0bf92d646 /unix/tcl.m4
parent41349c568581d62c77d1a938174bddff5642ba57 (diff)
downloadtk-fb1e4fd96f65af1eec0e046f787c8a2d06f7e811.zip
tk-fb1e4fd96f65af1eec0e046f787c8a2d06f7e811.tar.gz
tk-fb1e4fd96f65af1eec0e046f787c8a2d06f7e811.tar.bz2
Removed -Wno-implicit-int from CFLAGS_WARNING.
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 2231cd7..f104704 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1042,7 +1042,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
CFLAGS_DEBUG=-g
CFLAGS_OPTIMIZE=-O
if test "$GCC" = "yes" ; then
- CFLAGS_WARNING="-Wall -Wno-implicit-int -fno-strict-aliasing"
+ CFLAGS_WARNING="-Wall -fno-strict-aliasing"
else
CFLAGS_WARNING=""
fi