ICC fixes.
[awesomized/libmemcached] / tests / test.c
index 653cc7313a5ffebf80a23889f63283a73f4c43fa..fb501fadc2edcc6d57270c2cd47ce52cdc21a5d8 100644 (file)
@@ -32,7 +32,7 @@ static void world_stats_print(world_stats_st *stats)
 
 static long int timedif(struct timeval a, struct timeval b)
 {
-  register int us, s;
+  long us, s;
 
   us = (int)(a.tv_usec - b.tv_usec);
   us /= 1000;