Enable clang::find_bad_constructs for rtc_tools (part 1/2).
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, webrtc:163 Change-Id: I9c26b6129db24263f1aada9561f477db64091049 Reviewed-on: https://webrtc-review.googlesource.com/89742 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24051}
This commit is contained in:
committed by
Commit Bot
parent
f6c238296e
commit
486cb18531
@ -145,11 +145,6 @@ if (!build_with_chromium) {
|
|||||||
"frame_editing/frame_editing_lib.h",
|
"frame_editing/frame_editing_lib.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" ]
|
|
||||||
}
|
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
"..:webrtc_common",
|
"..:webrtc_common",
|
||||||
"../:typedefs",
|
"../:typedefs",
|
||||||
@ -176,11 +171,6 @@ if (!build_with_chromium) {
|
|||||||
"force_mic_volume_max/force_mic_volume_max.cc",
|
"force_mic_volume_max/force_mic_volume_max.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 = [
|
deps = [
|
||||||
"../modules/audio_device",
|
"../modules/audio_device",
|
||||||
"../modules/audio_device:audio_device_impl",
|
"../modules/audio_device:audio_device_impl",
|
||||||
@ -283,11 +273,6 @@ if (rtc_include_tests) {
|
|||||||
"agc/activity_metric.cc",
|
"agc/activity_metric.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 = [
|
deps = [
|
||||||
"../api/audio:audio_frame_api",
|
"../api/audio:audio_frame_api",
|
||||||
"../modules/audio_processing/agc:level_estimation",
|
"../modules/audio_processing/agc:level_estimation",
|
||||||
|
|||||||
Reference in New Issue
Block a user