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:

committed by
WebRTC LUCI CQ

parent
ed1bc59a6e
commit
2aaf71bf9e
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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user