aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig
diff options
context:
space:
mode:
authorGravatar brian-intuit <brian-intuit@users.noreply.github.com>2017-05-23 10:32:01 -0700
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-05-23 13:32:01 -0400
commitd49d04d53abe6b3c026275b94f41a1612f67c85d (patch)
tree6f74751a72407b2ca2ff07ade069f2e863fb174f /XcodeConfig
parent4ae69e6f0b0072e3bffd65a5b4d43ee32f9c4aa6 (diff)
Added -Wreserved-id-macro and but exclude existing nonconforming macros (#141)
Added -Wreserved-id-macro and but exclude existing nonconforming macros
Diffstat (limited to 'XcodeConfig')
-rw-r--r--XcodeConfig/subconfig/General.xcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/XcodeConfig/subconfig/General.xcconfig b/XcodeConfig/subconfig/General.xcconfig
index 781c414..a62dcf6 100644
--- a/XcodeConfig/subconfig/General.xcconfig
+++ b/XcodeConfig/subconfig/General.xcconfig
@@ -117,7 +117,7 @@ GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64] = YES
// same selector rendering this mostly useless to us
// C Only Warnings
-GTM_GENERAL_OTHER_CFLAGS = -Wdiv-by-zero -Wbad-function-cast -Wnested-externs -Wold-style-definition
+GTM_GENERAL_OTHER_CFLAGS = -Wreserved-id-macro -Wdiv-by-zero -Wbad-function-cast -Wnested-externs -Wold-style-definition
// C++ Only Warnings
GTM_GENERAL_OTHER_CPLUSPLUSFLAGS = -Wabi -Wctor-dtor-privacy -Wstrict-null-sentinel -Wsign-promo