Fix min/max typeof warnings
[fio.git] / lib / zipf.c
index 9b6ce6334836baa1f0f3c0c238da24f319ad4c3b..e75dc2aa64409f923daeede3d28941da57b38f4e 100644 (file)
@@ -11,7 +11,7 @@
 #include "../minmax.h"
 #include "../hash.h"
 
 #include "../minmax.h"
 #include "../hash.h"
 
-#define ZIPF_MAX_GEN   10000000
+#define ZIPF_MAX_GEN   10000000UL
 
 static void zipf_update(struct zipf_state *zs)
 {
 
 static void zipf_update(struct zipf_state *zs)
 {