Loading...
stdlib/FreeBSD/strhash.c Libc-1725.40.4 Libc-825.26
--- Libc/Libc-1725.40.4/stdlib/FreeBSD/strhash.c
+++ Libc/Libc-825.26/stdlib/FreeBSD/strhash.c
@@ -66,9 +66,6 @@
  *
  *
  */
-
-#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 $");
@@ -407,4 +404,3 @@
     }
     return;
 }
-#pragma clang diagnostic pop