diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-05 07:53:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-05 07:53:08 (GMT) |
commit | ce0c892ca83196190690241027b28e43514254d3 (patch) | |
tree | ddd4ce90f69e0335f425b1729bc27bbd20e26fde /unix/tcl.m4 | |
parent | 71c7f53daa1f6b2d9e238f2a269b4c4af8a7aa9d (diff) | |
parent | 91500fc2feafa36fe71ce1453075b73386d16e34 (diff) | |
download | tk-ce0c892ca83196190690241027b28e43514254d3.zip tk-ce0c892ca83196190690241027b28e43514254d3.tar.gz tk-ce0c892ca83196190690241027b28e43514254d3.tar.bz2 |
Merge 8.6. Sync tcl.m4 from Tcl 8.7
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 056cf1f..ea3d968 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -966,7 +966,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ CFLAGS_DEBUG=-g AS_IF([test "$GCC" = yes], [ CFLAGS_OPTIMIZE=-O2 - CFLAGS_WARNING="-Wall -Wextra -Wwrite-strings -Wpointer-arith" + CFLAGS_WARNING="-Wall -Wextra -Wshadow -Wwrite-strings -Wpointer-arith" case "${CC}" in *++|*++-*) ;; |