Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: webrtc/webrtc_examples.gyp

Issue 1710083003: Fix Linux 32-bit compilation after sysroot switch. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698