]> git.saurik.com Git - apple/libc.git/blobdiff - stdtime/FreeBSD/strftime.c
Libc-1439.100.3.tar.gz
[apple/libc.git] / stdtime / FreeBSD / strftime.c
index ccf1d077670a509a371348328a181e4e0ec836c0..0300e2b45ba8af4d66ff4d0fc58d28bfce0bf8f9 100644 (file)
@@ -15,6 +15,9 @@
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wunreachable-code"
+
 #if 0
 static const char      elsieid[] = "@(#)strftime.3     8.3";
 /*
@@ -657,3 +660,4 @@ locale_t            loc;
        return pt;
 }
 #endif /* !BUILDING_VARIANT */
+#pragma clang diagnostic pop