diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn index 76adf298c4..dc9e24ef7c 100644 --- a/webrtc/examples/BUILD.gn +++ b/webrtc/examples/BUILD.gn @@ -355,7 +355,6 @@ if (is_ios || (is_mac && target_cpu != "x86")) { cflags = [ "-Wno-deprecated-declarations", "-Wno-nonnull", - "-Wno-objc-missing-property-synthesis", "-Wno-semicolon-before-method-body", "-Wno-unused-variable", ]