aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn9
1 files changed, 0 insertions, 9 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5c3ef433bd..31e130a98e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -454,11 +454,6 @@ rtc_source_set("webrtc_common") {
"rtc_base:checks",
"//third_party/abseil-cpp/absl/strings",
]
-
- 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 (use_libfuzzer || use_drfuzz || use_afl) {
@@ -564,10 +559,6 @@ if (rtc_include_tests) {
"video:video_tests",
]
data = video_engine_tests_resources
- 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_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 900