diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp index 6e9f3b45ed..48cac0e5d0 100755 --- a/webrtc/webrtc_examples.gyp +++ b/webrtc/webrtc_examples.gyp @@ -138,6 +138,11 @@ ], }, }], # OS=="linux" + ['OS=="linux" and target_arch=="ia32"', { + 'cflags': [ + '-Wno-sentinel', + ], + }], # OS=="linux" and target_arch=="ia32" ], # conditions }, # target peerconnection_client ], # targets