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