From 74f9d981d0d0e831df834273292ae89eb26ca8aa Mon Sep 17 00:00:00 2001 From: kthelgason Date: Fri, 11 Nov 2016 06:09:21 -0800 Subject: [PATCH] Remove unused warning suppression We want to keep these warnings on. They were switched off temporarily to unblock chromium roll. BUG=webrtc:6520 Review-Url: https://codereview.webrtc.org/2493873005 Cr-Commit-Position: refs/heads/master@{#15043} --- webrtc/examples/BUILD.gn | 1 - 1 file changed, 1 deletion(-) 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", ]