Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 3edc09220c2f1e320d6da1ec3295350243b23ec0..75e64e68132ef99959bba438c907c22b3a1d57b8 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -915,11 +915,6 @@ if (rtc_include_tests) { |
configs += [ "../..:common_config" ] |
public_configs = [ "../..:common_inherited_config" ] |
- if (is_clang) { |
- # Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163). |
- configs -= [ "//build/config/clang:find_bad_constructs" ] |
- } |
- |
defines = audio_coding_defines |
deps = audio_coding_deps + [ |
@@ -941,12 +936,6 @@ if (rtc_include_tests) { |
configs += [ "../..:common_config" ] |
public_configs = [ "../..:common_inherited_config" ] |
- if (is_clang) { |
- # Suppress warnings from Chrome's Clang plugins. |
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |
- configs -= [ "//build/config/clang:find_bad_constructs" ] |
- } |
- |
deps = [ |
":audio_coding", |
"../../:webrtc_common", |