Index: webrtc/stats/BUILD.gn |
diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn |
index 896674405a47694471d64a4d40b565fd98abf586..914cb45c43c480ba9067ab3c01fda5f8b7f3dcc0 100644 |
--- a/webrtc/stats/BUILD.gn |
+++ b/webrtc/stats/BUILD.gn |
@@ -23,11 +23,6 @@ rtc_static_library("rtc_stats") { |
"rtcstatsreport.cc", |
] |
- if (is_clang) { |
- # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
- } |
- |
deps = [ |
"../api:rtc_stats_api", |
"../base:rtc_base_approved", |
@@ -41,11 +36,6 @@ rtc_source_set("rtc_stats_test_utils") { |
"test/rtcteststats.h", |
] |
- if (is_clang) { |
- # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
- } |
- |
deps = [ |
":rtc_stats", |
"../api:rtc_stats_api", |