Loading...
--- Libc/Libc-1725.40.4/gen/crypt.c
+++ Libc/Libc-1244.1.7/gen/crypt.c
@@ -56,8 +56,6 @@
  * SUCH DAMAGE.
  */
 
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wstrict-prototypes"
 
 #include <sys/cdefs.h>
 #include <unistd.h>
@@ -1046,5 +1044,3 @@
 }
 #endif
 #endif /* BUILDING_VARIANT */
-
-#pragma clang diagnostic pop