Propagate -Wno-undef to call_config_utils dependants.

Bug: webrtc:10814
Change-Id: I7812cd2d198727739879e8c4747fec4324e9feab
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/145407
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28569}
This commit is contained in:
Mirko Bonadei
2019-07-15 13:17:48 +02:00
committed by Commit Bot
parent 5a29d526be
commit 2c9d5e45df

View File

@ -937,6 +937,9 @@ if (!build_with_chromium && is_android) {
}
rtc_source_set("call_config_utils") {
# TODO(bugs.webrtc.org/10814): Remove rtc_json_suppressions as soon as it
# gets removed upstream.
public_configs = [ "../rtc_base:rtc_json_suppressions" ]
sources = [
"call_config_utils.cc",
"call_config_utils.h",