]> git.saurik.com Git - apple/libc.git/blobdiff - gen/crypt.c
Libc-1272.200.26.tar.gz
[apple/libc.git] / gen / crypt.c
index 606431ab1a5d1f1bb9f85c3b75278307fdaa9786..ef2c601f7484faf9afcc8a265fc1ba0fdf5e0624 100644 (file)
@@ -56,6 +56,8 @@
  * SUCH DAMAGE.
  */
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wstrict-prototypes"
 
 #include <sys/cdefs.h>
 #include <unistd.h>
@@ -1044,3 +1046,5 @@ prtab(s, t, num_rows)
 }
 #endif
 #endif /* BUILDING_VARIANT */
+
+#pragma clang diagnostic pop