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

Unified Diff: third_party/yasm/yasm.gyp

Issue 10827429: Turn on warnings as errors for (most) third_party code on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« third_party/qcms/qcms.gyp ('K') | « third_party/qcms/qcms.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/yasm.gyp
diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp
index d981b509e9f6757336babd64558d8da1a6f989bd..f0e2195fa4a21d8b725b7eba02352d2745148b9f 100644
--- a/third_party/yasm/yasm.gyp
+++ b/third_party/yasm/yasm.gyp
@@ -71,6 +71,7 @@
'genstring',
're2c',
],
+ 'msvs_disabled_warnings': [ 4018, 4090 ],
Nico 2012/08/20 23:43:17 nit: link to patch
scottmg 2012/08/20 23:47:46 Done.
'sources': [
'source/patched-yasm/frontends/yasm/yasm-options.c',
'source/patched-yasm/frontends/yasm/yasm.c',
« third_party/qcms/qcms.gyp ('K') | « third_party/qcms/qcms.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698