diff options
Diffstat (limited to 'gtest/xcode/Config/General.xcconfig')
-rw-r--r-- | gtest/xcode/Config/General.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/xcode/Config/General.xcconfig b/gtest/xcode/Config/General.xcconfig index 9fcada1..f23e322 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 +WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare -Wshadow // Work around Xcode bugs by using external strip. See: // http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00050.html |