summaryrefslogtreecommitdiffstats
path: root/gtest/xcode/Config/General.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/xcode/Config/General.xcconfig')
-rw-r--r--gtest/xcode/Config/General.xcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/xcode/Config/General.xcconfig b/gtest/xcode/Config/General.xcconfig
index f23e322..9fcada1 100644
--- a/gtest/xcode/Config/General.xcconfig
+++ b/gtest/xcode/Config/General.xcconfig
@@ -17,7 +17,7 @@ ZERO_LINK = NO
PREBINDING = NO
// Strictest warning policy
-WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare -Wshadow
+WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare
// Work around Xcode bugs by using external strip. See:
// http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00050.html