Chromium Code Reviews| Index: webrtc/webrtc_examples.gyp |
| diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp |
| index 6e9f3b45ed52475d3f5cb727979c4a67f931a356..48cac0e5d05a97663fb77000671475580ac664c2 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 |