Fix gcc/clang compilation errors and turn off exhaustive number test

This commit is contained in:
Milo Yip
2014-11-14 18:36:25 +08:00
parent 40852f4d6d
commit 22ca9312df
2 changed files with 4 additions and 4 deletions

View File

@@ -257,7 +257,7 @@ static void TestParseDouble() {
TEST_DOUBLE(fullPrecision, n1e308, 1E308);
}
#if 1
#if 0 // Very slow
static const unsigned count = 10000000;
// Random test for double
{