summaryrefslogtreecommitdiffstats
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
parent89e86ba76744f2761dbf11f63ae1087dd965f2c8 (diff)
downloadtcl-0af763829f071a99aa805975ad64dc462b42dcd5.zip
tcl-0af763829f071a99aa805975ad64dc462b42dcd5.tar.gz
tcl-0af763829f071a99aa805975ad64dc462b42dcd5.tar.bz2
Removed -Wno-implicit-int from CFLAGS_WARNING.
Regen unix/configure.
-rw-r--r--ChangeLog4
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aeecee1..4de1d7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-14 Stuart Cassoff <stwo@users.sourceforge.net>
+
+ * unix/tcl.m4: Removed -Wno-implicit-int from CFLAGS_WARNING.
+
2008-04-14 Kevin B. Kenny <kennykb@acm.org>
* library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer
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=""
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=""