| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index 21c89d3ad76755bd44303d095ac183a00e44d23f..c83708ea644d8052508cd173be6776ab07df70d1 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -445,10 +445,6 @@ if (rtc_include_tests) {
|
| "//testing/gtest",
|
| "//third_party/gflags",
|
| ]
|
| - if (is_clang) {
|
| - # Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163).
|
| - configs -= [ "//build/config/clang:find_bad_constructs" ]
|
| - }
|
| }
|
|
|
| executable("click_annotate") {
|
|
|