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

Unified Diff: util/util.gyp

Issue 1421173002: win: Disable C4201 in util.gyp for building without crashpad common.gypi (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 2 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: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 6c2f1eda9fbf7ece9e107d65741e6359d45d5a8a..e8206b9168e664397f2a45c7c889434b083f853f 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -246,6 +246,9 @@
'-lwinhttp.lib',
],
},
+ 'msvs_disabled_warnings': [
+ 4201, # nonstandard extension used : nameless struct/union.
+ ],
'conditions': [
['target_arch=="ia32"', {
'msvs_settings': {
« 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