]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/vfscanf.c
Libc-1272.200.26.tar.gz
[apple/libc.git] / stdio / FreeBSD / vfscanf.c
index 618961e9c395b57c0202d460143bfcc98aab4c3b..eca276601f75f301aed8ca83ba2107095c6ea27b 100644 (file)
@@ -30,6 +30,9 @@
  * SUCH DAMAGE.
  */
 
  * SUCH DAMAGE.
  */
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wcomma"
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)vfscanf.c  8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)vfscanf.c  8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
@@ -1194,3 +1197,4 @@ parsedone:
        return (commit - b);
 }
 #endif
        return (commit - b);
 }
 #endif
+#pragma clang diagnostic push