]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/glob.c
Libc-1439.100.3.tar.gz
[apple/libc.git] / gen / FreeBSD / glob.c
index 8daab13a3b59699a30704de6b8c2867a2f889d01..9419e3dd02c85f52c4da9ebd293261f9e11c286f 100644 (file)
@@ -35,6 +35,9 @@
  * SUCH DAMAGE.
  */
 
  * SUCH DAMAGE.
  */
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wstrict-prototypes"
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)glob.c     8.3 (Berkeley) 10/13/93";
 #endif /* LIBC_SCCS and not lint */
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)glob.c     8.3 (Berkeley) 10/13/93";
 #endif /* LIBC_SCCS and not lint */
@@ -1171,3 +1174,4 @@ qprintf(const char *str, Char *s)
        }
 }
 #endif
        }
 }
 #endif
+#pragma clang diagnostic pop