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:
Mirko Bonadei
2018-07-10 16:45:59 +02:00
committed by Commit Bot
parent 879f7881b4
commit f165e4745e

View File

@ -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") {