Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 0a32c0abbc526c4464f2d2922b1f48897eb863e7..95dcf8a729df6c40cfae1ad5e21568f026bc6a00 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3128,7 +3128,8 @@ |
# override keyword is used via the OVERRIDE macro from |
# base/compiler_specific.h. |
'CLANG_WARN_CXX0X_EXTENSIONS': 'NO', |
- # Warn if automatic synthesis is triggered. |
+ # Warn if automatic synthesis is triggered with |
+ # the -Wobjc-missing-property-synthesis flag. |
'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'YES', |
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', |
'WARNING_CFLAGS': [ |
@@ -3358,7 +3359,8 @@ |
# override keyword is used via the OVERRIDE macro from |
# base/compiler_specific.h. |
'CLANG_WARN_CXX0X_EXTENSIONS': 'NO', |
- # Warn if automatic synthesis is triggered. |
+ # Warn if automatic synthesis is triggered with |
+ # the -Wobjc-missing-property-synthesis flag. |
'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'YES', |
'WARNING_CFLAGS': [ |
'-Wheader-hygiene', |