summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl-Common.xcconfig
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-29 07:36:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-29 07:36:24 (GMT)
commit293ce687e314948fdcc6b89e5e412ec640f15888 (patch)
treee65d69f3b4920081a0d8c7749c0c013efc9c4fb2 /macosx/Tcl-Common.xcconfig
parent43bcedde9b6bc4a678b074a121c4743792249477 (diff)
parent2342babe990ebbf9e046143ce965996fc5701abc (diff)
downloadtcl-293ce687e314948fdcc6b89e5e412ec640f15888.zip
tcl-293ce687e314948fdcc6b89e5e412ec640f15888.tar.gz
tcl-293ce687e314948fdcc6b89e5e412ec640f15888.tar.bz2
Merge 8.7
Diffstat (limited to 'macosx/Tcl-Common.xcconfig')
-rw-r--r--macosx/Tcl-Common.xcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Tcl-Common.xcconfig b/macosx/Tcl-Common.xcconfig
index 22c6570..a2ab26e 100644
--- a/macosx/Tcl-Common.xcconfig
+++ b/macosx/Tcl-Common.xcconfig
@@ -19,7 +19,7 @@ GCC_NO_COMMON_BLOCKS = YES
GCC_DYNAMIC_NO_PIC = YES
GCC_VERSION = 4.2
GCC = gcc-$(GCC_VERSION)
-WARNING_CFLAGS = -Wall -Wwrite-strings -Wextra -Wdeclaration-after-statement -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-value -Winit-self -Wpointer-arith -Wcast-align -Wdisabled-optimization -Winline $(WARNING_CFLAGS)
+WARNING_CFLAGS = -Wall -Wextra -Wshadow -Wwrite-strings -Wpointer-arith -Wc++-compat -Wdeclaration-after-statement -Winit-self -Wcast-align -Wdisabled-optimization -Winline $(WARNING_CFLAGS)
BINDIR = $(PREFIX)/bin
CFLAGS = $(CFLAGS)
CPPFLAGS = -mmacosx-version-min=$(MACOSX_DEPLOYMENT_TARGET) $(CPPFLAGS)