From f165e4745ef33234338cd373d89dde04307a8928 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 10 Jul 2018 16:45:59 +0200 Subject: [PATCH] Removing -Wno-sentinel from examples/BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9251 Change-Id: I7fdaab101bdd79a9fbaf57df6e2df9368614cf78 Reviewed-on: https://webrtc-review.googlesource.com/87921 Reviewed-by: Kári Helgason Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23924} --- examples/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/BUILD.gn b/examples/BUILD.gn index 0753237e48..eee96839c6 100644 --- a/examples/BUILD.gn +++ b/examples/BUILD.gn @@ -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") {