summaryrefslogtreecommitdiffstats
path: root/unix/configure
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/configure
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/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 4f1a3f4..230f188 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6645,7 +6645,7 @@ fi
CFLAGS_OPTIMIZE=-O
if test "$GCC" = yes; then
- CFLAGS_WARNING="-Wall -Wno-implicit-int"
+ CFLAGS_WARNING="-Wall"
else
CFLAGS_WARNING=""