diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-29 12:51:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-29 12:51:24 (GMT) |
commit | 05301b57c56276fe90f0696d9e312eff2f67c993 (patch) | |
tree | fe6634871841e367400ebb05c56970f5741cb369 /unix/tcl.m4 | |
parent | 2ea6a13c20ca3d08cfe79d7254f5e5631ae31568 (diff) | |
parent | 2342babe990ebbf9e046143ce965996fc5701abc (diff) | |
download | tcl-05301b57c56276fe90f0696d9e312eff2f67c993.zip tcl-05301b57c56276fe90f0696d9e312eff2f67c993.tar.gz tcl-05301b57c56276fe90f0696d9e312eff2f67c993.tar.bz2 |
Merge 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 *++|*++-*) ;; |