diff -r 31a43d94cc26 -r 2e44bc2caefe src/Index.cpp
--- a/src/Index.cpp	Sun Sep 20 15:14:12 2009 -0700
+++ b/src/Index.cpp	Sat Sep 26 12:45:03 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;