Index: webrtc/examples/BUILD.gn |
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
index 74d340fa1e7855309c4ce7bd59d0d75d7d9fff92..8893a0732084df3bc1a93cf20376f5cbcbcf6f1e 100644 |
--- a/webrtc/examples/BUILD.gn |
+++ b/webrtc/examples/BUILD.gn |
@@ -534,6 +534,7 @@ if (is_linux || is_win) { |
"peerconnection/client/linux/main_wnd.cc", |
"peerconnection/client/linux/main_wnd.h", |
] |
+ cflags = [ "-Wno-deprecated-declarations" ] |
libs = [ |
"X11", |
"Xcomposite", |