mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 06:10:40 +01:00
Prevent jsoncpp from hiding deprecated declarations in WebRTC
Bug: chromium:983223 Change-Id: I7959383f9ca5149df39eb66c2b54d6e4fd27f534 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258241 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36522}
This commit is contained in:
parent
ed1bc59a6e
commit
2aaf71bf9e
1 changed files with 3 additions and 0 deletions
3
.gn
3
.gn
|
@ -65,4 +65,7 @@ default_args = {
|
||||||
|
|
||||||
# Differently from Chromium, WebRTC still support SDK 21.
|
# Differently from Chromium, WebRTC still support SDK 21.
|
||||||
default_min_sdk_version = 21
|
default_min_sdk_version = 21
|
||||||
|
|
||||||
|
# Prevent jsoncpp to pass -Wno-deprecated-declarations to users
|
||||||
|
jsoncpp_no_deprecated_declarations = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue