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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/third_party/dmg_fp/vs2013-optimization.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: dtoa.cc
2 ===================================================================
3 --- dtoa.cc (revision 161424)
4 +++ dtoa.cc (working copy)
5 @@ -3569,7 +3569,7 @@
6 int denorm;
7 ULong x;
8 #endif
9 - Bigint *b, *b1, *delta, *mlo, *mhi, *S;
10 + Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S;
11 U d2, eps, u;
12 double ds;
13 char *s, *s0;
OLDNEW
« 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