Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 17:55:33 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318474 - head/usr.sbin/makefs
Message-ID:  <201705181755.v4IHtXKi050359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705181755.v4IHtXKi050359>