summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-10 15:25:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-10 15:25:14 (GMT)
commit5821819beb533be62fbc629b7b69b10d20670556 (patch)
treee8cccb482aefd6a1b74543832f8cc36aa6641be5 /win/configure
parent3d8bc1b9cefaf537ed8182c73b017c091d622978 (diff)
parentf13b7726c4db8ae40da10effbd492cefd7aca015 (diff)
downloadtcl-5821819beb533be62fbc629b7b69b10d20670556.zip
tcl-5821819beb533be62fbc629b7b69b10d20670556.tar.gz
tcl-5821819beb533be62fbc629b7b69b10d20670556.tar.bz2
Merge 8.7
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index a6a893d..6a31bc4 100755
--- a/win/configure
+++ b/win/configure
@@ -4216,7 +4216,7 @@ $as_echo "using shared flags" >&6; }
CFLAGS_DEBUG=-g
CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer"
- CFLAGS_WARNING="-Wall -Wwrite-strings -Wsign-compare -Wpointer-arith"
+ CFLAGS_WARNING="-Wall -Wextra -Wwrite-strings -Wpointer-arith"
LDFLAGS_DEBUG=
LDFLAGS_OPTIMIZE=
@@ -4225,7 +4225,7 @@ $as_echo "using shared flags" >&6; }
CFLAGS_WARNING="${CFLAGS_WARNING} -Wno-format"
;;
*)
- CFLAGS_WARNING="${CFLAGS_WARNING} -Wdeclaration-after-statement"
+ CFLAGS_WARNING="${CFLAGS_WARNING} -Wc++-compat -Wdeclaration-after-statement"
;;
esac