Fix Chromium clang plugin warnings

NOTRY=true
BUG=webrtc:163

Review-Url: https://codereview.webrtc.org/2286063005
Cr-Commit-Position: refs/heads/master@{#13955}
This commit is contained in:
kwiberg
2016-08-29 05:33:32 -07:00
committed by Commit bot
parent e4b4695582
commit 36a43887f3
3 changed files with 13 additions and 10 deletions

View File

@ -127,11 +127,6 @@ source_set("audio_coding") {
]
}
if (is_clang) {
# Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163).
configs -= [ "//build/config/clang:find_bad_constructs" ]
}
deps = audio_coding_deps + [
":neteq",
":rent_a_codec",