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

Unified Diff: third_party/re2/re2.gyp

Issue 11819038: re2 building on x64 windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: just a couple minor non-sign-changing fixes, and disable c4267 Created 7 years, 11 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
Index: third_party/re2/re2.gyp
diff --git a/third_party/re2/re2.gyp b/third_party/re2/re2.gyp
index 3c1afbedb3cac53e332b4e258c15483fbccf8b85..f982497b7e5671683f63fd33a71072c61898e659 100644
--- a/third_party/re2/re2.gyp
+++ b/third_party/re2/re2.gyp
@@ -81,7 +81,7 @@
'include_dirs': [
'mswin'
],
- 'msvs_disabled_warnings': [ 4018, 4722 ],
+ 'msvs_disabled_warnings': [ 4018, 4722, 4267 ],
}]
]
},

Powered by Google App Engine
This is Rietveld 408576698