Commit 3c9a2a8f authored by Ivica Bogosavljevic's avatar Ivica Bogosavljevic Committed by Commit Bot

Fix compilation failure due to -Wunneeded-internal-declaration

Bug: 
Change-Id: I9a98cdb032821d7155bf536da1b66bbce90389cf
Reviewed-on: https://chromium-review.googlesource.com/807926Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Commit-Queue: Ivica Bogosavljevic <ivica.bogosavljevic@mips.com>
Cr-Commit-Position: refs/heads/master@{#49872}
parent 6f6ca730
......@@ -163,6 +163,7 @@ static bool DoubleStrtod(Vector<const char> trimmed,
// therefore accurate.
// Note that the ARM and MIPS simulators are compiled for 32bits. They
// therefore exhibit the same problem.
USE(exact_powers_of_ten);
USE(kMaxExactDoubleIntegerDecimalDigits);
USE(kExactPowersOfTenSize);
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment