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

Unified Diff: third_party/pcre/pcre.gyp

Issue 2194383007: Port some more code to x64 (Closed) Base URL: git@github.com:google/syzygy.git@master
Patch Set: Fix type mismatch Created 4 years, 4 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 | « syzygy/syzygy.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pcre/pcre.gyp
diff --git a/third_party/pcre/pcre.gyp b/third_party/pcre/pcre.gyp
index d72dcb79198b86c7023e605409473a4a99a7bd22..4cb6307a710b2f0595bf203f7b177051ca9ac087 100644
--- a/third_party/pcre/pcre.gyp
+++ b/third_party/pcre/pcre.gyp
@@ -97,7 +97,7 @@
],
'msvs_settings': {
'VCCLCompilerTool': {
- 'AdditionalOptions': ['/wd4130', '/wd4018', '/wd4189', '/wd4996'],
+ 'AdditionalOptions': ['/wd4267', '/wd4130', '/wd4018', '/wd4189', '/wd4996'],
Sébastien Marchand 2016/08/04 18:26:32 Can you split this on multiple lines (to avoid exc
},
},
'all_dependent_settings': {
« no previous file with comments | « syzygy/syzygy.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698