From 9eec01c5e04d79fd2a9e3654bb92fb3d8c9316e6 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 16 Jul 2018 16:09:32 +0200 Subject: [PATCH] Enabling clang:find_bad_constructs from modules/utility. This CL removes //build/config/clang:find_bad_constructs from the suppressed_configs list, which means that clang:find_bad_constructs is now enabled on these translation units. Bug: webrtc:9251 Change-Id: I6278b69f4a009fd1d0e265ebcaa3734d33cfc2e7 Reviewed-on: https://webrtc-review.googlesource.com/88764 Reviewed-by: Yves Gerey Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23998} --- modules/utility/BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/utility/BUILD.gn b/modules/utility/BUILD.gn index 9b77b221c9..5ddfff0052 100644 --- a/modules/utility/BUILD.gn +++ b/modules/utility/BUILD.gn @@ -20,11 +20,6 @@ rtc_static_library("utility") { "source/process_thread_impl.h", ] - 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" ] - } - if (is_ios) { libs = [ "AVFoundation.framework" ] }