diff --git a/stats/BUILD.gn b/stats/BUILD.gn index b30223f447..d62dbd0f1b 100644 --- a/stats/BUILD.gn +++ b/stats/BUILD.gn @@ -51,11 +51,6 @@ if (rtc_include_tests) { "rtcstatsreport_unittest.cc", ] - if (!build_with_chromium && is_clang) { - # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). - suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] - } - deps = [ ":rtc_stats", ":rtc_stats_test_utils",