aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2019-07-30 11:38:08 +0200
committerCommit Bot <commit-bot@chromium.org>2019-07-30 10:08:34 +0000
commit89327ffa277ebfe6448fad99adb3d32eec8ff98a (patch)
tree4a1efb362de53fa31f4fc61305e8f2cd74c1fa6f /examples
parentbcd068d0453a52f20ad15d4efb1ecd695f25ce50 (diff)
downloadwebrtc-89327ffa277ebfe6448fad99adb3d32eec8ff98a.tar.gz
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}
Diffstat (limited to 'examples')
-rw-r--r--examples/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index b71bbc93a6..a09d6a2ca4 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -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") {