]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - hash.c
Partially fix that.
[xonotic/gmqcc.git] / hash.c
diff --git a/hash.c b/hash.c
index 769f44565eb340458c56ea38a94cf19c39576b94..5043962974290a9054dd69604e416f3bc87beacc 100644 (file)
--- a/hash.c
+++ b/hash.c
  * Murmur3 comes in to save the day.
  */
 
-#ifdef __GNUC__
-#   pragma GCC diagnostic push
-#   pragma GCC diagnostic ignored "-Wattributes"
-#endif
-
 /*
  * Some rotation tricks:
  *  MSVC one shaves off six instructions, where GCC optimized one for
@@ -454,7 +449,3 @@ size_t hash(const char *key) {
 #undef HASH_NATIVE_BLOCK
 #undef HASH_NATIVE_BYTES
 #undef HASH_NATIVE_SAFEREAD
-
-#ifdef __GNUC__
-#   pragma GCC diagnostic pop
-#endif