Index: webrtc/examples/BUILD.gn |
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
index f79501b50192f24cffaac20b69ec2b737f38a636..bc2d84563a9f8c8f708db3aa02748a93c82b35f2 100644 |
--- a/webrtc/examples/BUILD.gn |
+++ b/webrtc/examples/BUILD.gn |
@@ -114,6 +114,11 @@ if (is_ios || (is_mac && target_cpu != "x86")) { |
# when moving from ios_deployment_target 7.0 to 9.0. |
# See webrtc:5549 for more details. |
cflags = [ "-Wno-deprecated-declarations" ] |
+ cflags_objc = [ |
+ # Enabled for cflags_objc in build/config/compiler/BUILD.gn. |
+ # See webrtc:6520. |
+ "-Wno-objc-missing-property-synthesis", |
+ ] |
} |
} |