Index: third_party/yasm/yasm.gyp |
diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp |
index d981b509e9f6757336babd64558d8da1a6f989bd..90936006a234f21ce1423a9dffc23aa65b70f053 100644 |
--- a/third_party/yasm/yasm.gyp |
+++ b/third_party/yasm/yasm.gyp |
@@ -71,6 +71,9 @@ |
'genstring', |
're2c', |
], |
+ # Patch to fix posted upstream, but not yet merged. |
+ # https://github.com/yasm/yasm/pull/64 |
+ 'msvs_disabled_warnings': [ 4018, 4090 ], |
'sources': [ |
'source/patched-yasm/frontends/yasm/yasm-options.c', |
'source/patched-yasm/frontends/yasm/yasm.c', |