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

Unified Diff: build/crashpad.gypi

Issue 1430523002: win: Disable some more warnings when not building with Crashpad's common.gypi (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: don't need to disable 4706 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 | « DEPS ('k') | client/simple_string_dictionary_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/crashpad.gypi
diff --git a/build/crashpad.gypi b/build/crashpad.gypi
index 0dad63ca136f312eebecfad4cf2179c905ce5326..027c7b68e0cb5719fe3b8c50b7402d9260980ce5 100644
--- a/build/crashpad.gypi
+++ b/build/crashpad.gypi
@@ -20,4 +20,10 @@
# build, this variable has no effect.
'chromium_code': 1,
},
+ 'target_defaults': {
+ 'msvs_disabled_warnings': [
+ 4201, # nonstandard extension used : nameless struct/union.
+ 4324, # structure was padded due to __declspec(align()).
+ ],
+ },
}
« no previous file with comments | « DEPS ('k') | client/simple_string_dictionary_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698