From ca621e7a2374a52cd2a8658a5fbaf09a2ac8a9f1 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 16 Jul 2018 15:30:28 +0200 Subject: [PATCH] Removing clang:find_bad_constructs from stats/. Bug: webrtc:9251 Change-Id: Ica99fcad010855c4496bfbc5822278f532a5fea0 Reviewed-on: https://webrtc-review.googlesource.com/88762 Reviewed-by: Oleh Prypin Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23984} --- stats/BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) 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",