Disable -Wunguarded-availability for apprtc_signaling.
Bug: webrtc:10837 Change-Id: Ib410589ea4358ffce0b8166402bfb0f665f4e9b2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/147264 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28702}
This commit is contained in:
parent
bcd068d045
commit
89327ffa27
@ -212,6 +212,11 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
|
||||
|
||||
config("apprtc_signaling_config") {
|
||||
include_dirs = [ "objc/AppRTCMobile" ]
|
||||
cflags_objc = [
|
||||
# TODO(bugs.webrtc.org/10837): Remove this when usage of
|
||||
# archivedDataWithRootObject will be removed.
|
||||
"-Wno-unguarded-availability",
|
||||
]
|
||||
}
|
||||
|
||||
rtc_static_library("apprtc_signaling") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user