Index: webrtc/modules/audio_processing/BUILD.gn |
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn |
index 5deaecbf846383c39429820bf8e9e6971809ce5b..9b3259f587d41a749e9491ffd60ff44028dc91da 100644 |
--- a/webrtc/modules/audio_processing/BUILD.gn |
+++ b/webrtc/modules/audio_processing/BUILD.gn |
@@ -479,10 +479,6 @@ if (rtc_include_tests) { |
"../../system_wrappers:metrics_default", |
"//third_party/gflags", |
] |
- if (is_clang) { |
- # Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163). |
- configs -= [ "//build/config/clang:find_bad_constructs" ] |
- } |
} |
if (rtc_enable_intelligibility_enhancer) { |