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}
This commit is contained in:
kthelgason 2016-11-11 06:09:21 -08:00 committed by Commit bot
parent 2814598961
commit 74f9d981d0

View File

@ -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",
]