aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 63293cb..781c414 100644
--- a/XcodeConfig/subconfig/General.xcconfig
+++ b/XcodeConfig/subconfig/General.xcconfig
@@ -83,7 +83,7 @@ GCC_OBJC_CALL_CXX_CDTORS = YES
GCC_FAST_OBJC_DISPATCH = YES
// Warn on implicit data conversions in 64bit builds
-GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64*] = YES
+GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64] = YES
// Strictest warning policy that we can do
// Options intentionally turned off