diff -r 31a43d94cc26 -r 851de24ecb61 src/Index.cpp --- a/src/Index.cpp Sun Sep 20 15:14:12 2009 -0700 +++ b/src/Index.cpp Sun Sep 20 21:25:47 2009 -0700 @@ -24,7 +24,7 @@ #define PROBE_QUADRATIC 0 // Similarly use a higher max load than for memory-resident tables, to save space. - static const float kMaxLoadFactor = 0.85; + static const float kMaxLoadFactor = 0.85f; static const uint32_t kIndexMagicNumber = 0x54378543;