svn commit: r318474 - head/usr.sbin/makefs
Ed Maste
emaste at FreeBSD.org
Thu May 18 17:55:34 UTC 2017
Author: emaste
Date: Thu May 18 17:55:33 2017
New Revision: 318474
URL: https://svnweb.freebsd.org/changeset/base/318474
Log:
makefs: drop WARNS back to 2
GCC warns about additional signed comparision issues compared to Clang.
Drop WARNS for now until the underlying issue is fixed.
Modified:
head/usr.sbin/makefs/Makefile
Modified: head/usr.sbin/makefs/Makefile
==============================================================================
--- head/usr.sbin/makefs/Makefile Thu May 18 17:44:45 2017 (r318473)
+++ head/usr.sbin/makefs/Makefile Thu May 18 17:55:33 2017 (r318474)
@@ -14,7 +14,7 @@ SRCS= cd9660.c ffs.c \
walk.c
MAN= makefs.8
-WARNS?= 3
+WARNS?= 2
.include "${SRCDIR}/cd9660/Makefile.inc"
.include "${SRCDIR}/ffs/Makefile.inc"
More information about the svn-src-head
mailing list