Index: base/third_party/dmg_fp/dtoa.cc |
diff --git a/base/third_party/dmg_fp/dtoa.cc b/base/third_party/dmg_fp/dtoa.cc |
index 3f7e794b354c534f76486d4cbca8f030fc6d4b2a..51bab973a2c4bfccb9ee25ce121f8af0b12be087 100644 |
--- a/base/third_party/dmg_fp/dtoa.cc |
+++ b/base/third_party/dmg_fp/dtoa.cc |
@@ -3569,7 +3569,7 @@ dtoa |
int denorm; |
ULong x; |
#endif |
- Bigint *b, *b1, *delta, *mlo, *mhi, *S; |
+ Bigint *b, *b1, *delta, *mlo = 0, *mhi, *S; // clang (no idea if correct) |
U d2, eps, u; |
double ds; |
char *s, *s0; |