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

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: Rename the stack_walker unittest and fix the x86-64 implementation of stack_walker 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..b95373da3da2eb3ddc597ceb1e5723ca67995ce1 100644
--- a/third_party/pcre/pcre.gyp
+++ b/third_party/pcre/pcre.gyp
@@ -95,11 +95,13 @@
'files/pcre_scanner.cc',
'files/pcre_stringpiece.cc',
],
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'AdditionalOptions': ['/wd4130', '/wd4018', '/wd4189', '/wd4996'],
- },
- },
+ 'msvs_disabled_warnings': [
+ '4267',
+ '4130',
+ '4018',
+ '4189',
+ '4996',
+ ],
'all_dependent_settings': {
'defines': [
'LINK_SIZE=2',
« 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