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:
Florent Castelli 2022-04-06 03:46:13 +02:00 committed by WebRTC LUCI CQ
parent ed1bc59a6e
commit 2aaf71bf9e

3
.gn
View file

@ -65,4 +65,7 @@ default_args = {
# Differently from Chromium, WebRTC still support SDK 21.
default_min_sdk_version = 21
# Prevent jsoncpp to pass -Wno-deprecated-declarations to users
jsoncpp_no_deprecated_declarations = false
}