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:
parent
2814598961
commit
74f9d981d0
@ -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",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user