diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-15 08:22:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-15 08:22:48 (GMT) |
commit | 17c90c83d4e0dda77c45f716df7eb3e37a7171da (patch) | |
tree | 66c685e9b6f83fe46407ce027f739b7aaa108c23 /win/configure | |
parent | e5bb0d181bdfe2f80cfa4c4ca19f912966f28915 (diff) | |
download | tcl-17c90c83d4e0dda77c45f716df7eb3e37a7171da.zip tcl-17c90c83d4e0dda77c45f716df7eb3e37a7171da.tar.gz tcl-17c90c83d4e0dda77c45f716df7eb3e37a7171da.tar.bz2 |
[Bug 3388350] mingw64 compiler warnings
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
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= |