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

Unified Diff: base/third_party/dmg_fp/win_vs2012.patch

Issue 385503002: Fixes for re-enabling more MSVC level 4 warnings: base/third_party/dmg_fp/ edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « base/third_party/dmg_fp/vs2013-optimization.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/dmg_fp/win_vs2012.patch
diff --git a/base/third_party/dmg_fp/win_vs2012.patch b/base/third_party/dmg_fp/win_vs2012.patch
deleted file mode 100644
index f3f599c3cc9a8458210cc31dbd89f5b9770279ad..0000000000000000000000000000000000000000
--- a/base/third_party/dmg_fp/win_vs2012.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: dtoa.cc
-===================================================================
---- dtoa.cc (revision 161424)
-+++ dtoa.cc (working copy)
-@@ -3569,7 +3569,7 @@
- int denorm;
- ULong x;
- #endif
-- Bigint *b, *b1, *delta, *mlo, *mhi, *S;
-+ Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S;
- U d2, eps, u;
- double ds;
- char *s, *s0;
« no previous file with comments | « base/third_party/dmg_fp/vs2013-optimization.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698