]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/strhash.c
Libc-1353.100.2.tar.gz
[apple/libc.git] / stdlib / FreeBSD / strhash.c
index 60cacbd9a13f945ea82604d6d8162a20f970fd19..1d361b6953752ac2e9317450e080544d0a3f0484 100644 (file)
@@ -67,6 +67,9 @@
  *
  */
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wstrict-prototypes"
+
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/lib/libc/stdlib/strhash.c,v 1.10 2002/03/22 21:53:10 obrien Exp $");
 
@@ -404,3 +407,4 @@ hash_stats(hash_table *table, int verbose)
     }
     return;
 }
+#pragma clang diagnostic pop