Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit a673102

Browse files
taste1981jianjunz
authored andcommitted
Fix clang build failure caused by external VCM (#73)
1 parent 0639530 commit a673102

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/video_capture/BUILD.gn

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ if (!build_with_chromium) {
134134
"../../rtc_base:rtc_base_approved",
135135
"../../system_wrappers",
136136
]
137-
138-
if (!build_with_chromium && is_clang) {
139-
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
140-
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
141-
}
142137
}
143138

144139
if (!is_android && rtc_include_tests) {

0 commit comments

Comments
 (0)