Loading...
stdtime/FreeBSD/difftime.c Libc-1507.100.9 Libc-825.26
--- Libc/Libc-1507.100.9/stdtime/FreeBSD/difftime.c
+++ Libc/Libc-825.26/stdtime/FreeBSD/difftime.c
@@ -2,9 +2,6 @@
 ** This file is in the public domain, so clarified as of
 ** 1996-06-05 by Arthur David Olson.
 */
-
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wunreachable-code"
 
 #include <sys/cdefs.h>
 #ifndef lint
@@ -70,4 +67,3 @@
 	return -(double) ((unsigned long) time0 +
 		(unsigned long) (-(time1 + 1)) + 1);
 }
-#pragma clang diagnostic pop