summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-15 08:22:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-15 08:22:48 (GMT)
commite84de0f8429f773ec475c011d9e3a6eff4b2e377 (patch)
tree66c685e9b6f83fe46407ce027f739b7aaa108c23 /win/configure
parent98a7f7ca0a525eb6b959729d6aae302e31f2ca40 (diff)
downloadtcl-e84de0f8429f773ec475c011d9e3a6eff4b2e377.zip
tcl-e84de0f8429f773ec475c011d9e3a6eff4b2e377.tar.gz
tcl-e84de0f8429f773ec475c011d9e3a6eff4b2e377.tar.bz2
[Bug 3388350] mingw64 compiler warnings
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index ed0f21d..06c3dfe 100755
--- a/win/configure
+++ b/win/configure
@@ -1670,7 +1670,7 @@ echo "configure:1596: checking compiler flags" >&5
CFLAGS_DEBUG=-g
CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer"
- CFLAGS_WARNING="-Wall -Wconversion"
+ CFLAGS_WARNING="-Wall -fno-strict-aliasing"
LDFLAGS_DEBUG=
LDFLAGS_OPTIMIZE=