Loading...
--- Libc/Libc-763.13/stdtime/FreeBSD/difftime.c
+++ Libc/Libc-1534.40.2/stdtime/FreeBSD/difftime.c
@@ -2,6 +2,9 @@
** 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
@@ -67,3 +70,4 @@
return -(double) ((unsigned long) time0 +
(unsigned long) (-(time1 + 1)) + 1);
}
+#pragma clang diagnostic pop