Removing -Wno-sentinel from examples/BUILD.gn.
Bug: webrtc:9251 Change-Id: I7fdaab101bdd79a9fbaf57df6e2df9368614cf78 Reviewed-on: https://webrtc-review.googlesource.com/87921 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23924}
This commit is contained in:
committed by
Commit Bot
parent
879f7881b4
commit
f165e4745e
@ -679,12 +679,6 @@ if (is_linux || is_win) {
|
||||
"-Wno-reorder",
|
||||
]
|
||||
}
|
||||
if (is_linux && target_cpu == "x86") {
|
||||
cflags += [
|
||||
# Needed to compile on Linux 32-bit.
|
||||
"-Wno-sentinel",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
rtc_executable("peerconnection_client") {
|
||||
|
||||
Reference in New Issue
Block a user