Update for new warnings.
[awesomized/libmemcached] / libhashkit / md5.cc
index 71069dbdd4f53b4339d1b9f83353b708d2613d93..cf68e3ca6dd2298c595ac9920952c3acbfe42ed9 100644 (file)
@@ -71,6 +71,8 @@ documentation and/or software.
 #include <string.h>
 #include <sys/types.h>
 
+#pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations"
+
 /* POINTER defines a generic pointer type */
 typedef unsigned char *POINTER;
 typedef const unsigned char *CONST_POINTER;