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

Unified Diff: util/util.gyp

Issue 1527803002: Fix some VS 2015 warnings (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad.git@master
Patch Set: Remove comment and rename variable Created 5 years 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
« snapshot/win/pe_image_reader.cc ('K') | « snapshot/win/pe_image_reader.cc ('k') | 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 83f2c5599b2fd9e4116bf3c96fa5e406b829e865..7ef9c4ee72e4e6d4ad90aad83d9c72038df3dad5 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -259,6 +259,7 @@
},
'msvs_disabled_warnings': [
4201, # nonstandard extension used : nameless struct/union.
+ 4577, # 'noexcept' used with no exception handling mode specified
],
'conditions': [
['target_arch=="ia32"', {
« snapshot/win/pe_image_reader.cc ('K') | « snapshot/win/pe_image_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698