Author: allanjude (doc committer) Date: Sat Jun 20 15:03:02 2015 New Revision: 284644 URL: https://svnweb.freebsd.org/changeset/base/284644
Log: Fix the build for gcc by lowering the WARNS level Approved by: sbruno X-MFC-With: r284589 Modified: head/usr.sbin/fstyp/Makefile Modified: head/usr.sbin/fstyp/Makefile ============================================================================== --- head/usr.sbin/fstyp/Makefile Sat Jun 20 13:30:09 2015 (r284643) +++ head/usr.sbin/fstyp/Makefile Sat Jun 20 15:03:02 2015 (r284644) @@ -11,7 +11,7 @@ SRCS += zfs.c MAN= fstyp.8 -WARNS= 6 +WARNS?= 0 .if ${MK_CDDL} != "no" IGNORE_PRAGMA= YES _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"