From d49d04d53abe6b3c026275b94f41a1612f67c85d Mon Sep 17 00:00:00 2001 From: brian-intuit Date: Tue, 23 May 2017 10:32:01 -0700 Subject: Added -Wreserved-id-macro and but exclude existing nonconforming macros (#141) Added -Wreserved-id-macro and but exclude existing nonconforming macros --- XcodeConfig/subconfig/General.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XcodeConfig') 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 -- cgit v1.2.3