diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-10 15:25:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-10 15:25:14 (GMT) |
commit | 5821819beb533be62fbc629b7b69b10d20670556 (patch) | |
tree | e8cccb482aefd6a1b74543832f8cc36aa6641be5 /win/configure | |
parent | 3d8bc1b9cefaf537ed8182c73b017c091d622978 (diff) | |
parent | f13b7726c4db8ae40da10effbd492cefd7aca015 (diff) | |
download | tcl-5821819beb533be62fbc629b7b69b10d20670556.zip tcl-5821819beb533be62fbc629b7b69b10d20670556.tar.gz tcl-5821819beb533be62fbc629b7b69b10d20670556.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 4 |
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 |