summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorrmax <rmax>2004-03-18 19:01:43 (GMT)
committerrmax <rmax>2004-03-18 19:01:43 (GMT)
commit5f615758bad09ff857b59d47199c0f537e9b26a2 (patch)
tree6fe56b1d26f09bc877dbaa8cf02ed9cc524b21d6 /unix
parenteb482d45256bc2cbd79a7a1b72c2b5395d638818 (diff)
downloadtcl-5f615758bad09ff857b59d47199c0f537e9b26a2.zip
tcl-5f615758bad09ff857b59d47199c0f537e9b26a2.tar.gz
tcl-5f615758bad09ff857b59d47199c0f537e9b26a2.tar.bz2
* unix/tcl.m4: Removed -Wno-strict-aliasing.
Diffstat (limited to 'unix')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index df90ce9..5e66945 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -809,7 +809,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
CFLAGS_DEBUG=-g
CFLAGS_OPTIMIZE=-O
if test "$GCC" = "yes" ; then
- CFLAGS_WARNING="-Wall -Wconversion -Wno-implicit-int -Wno-strict-aliasing"
+ CFLAGS_WARNING="-Wall -Wconversion -Wno-implicit-int"
else
CFLAGS_WARNING=""
fi