svn commit: r272045 - user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest

Garrett Cooper ngie at FreeBSD.org
Tue Sep 23 22:15:05 UTC 2014


Author: ngie
Date: Tue Sep 23 22:15:04 2014
New Revision: 272045
URL: http://svnweb.freebsd.org/changeset/base/272045

Log:
  Go the path of least resistance and disable -Werror

Modified:
  user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest/Makefile

Modified: user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest/Makefile
==============================================================================
--- user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest/Makefile	Tue Sep 23 22:15:00 2014	(r272044)
+++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest/Makefile	Tue Sep 23 22:15:04 2014	(r272045)
@@ -10,6 +10,7 @@ CFLAGS=		-D__OS_FreeBSD__ -DHAS_LCHMOD -
 CFLAGS+=	-DHAS_CHFLAGSAT -DHAS_LCHFLAGS -DHAS_FREEBSD_ACL -DHAS_BINDAT
 CFLAGS+=	-DHAS_CONNECTAT
 
+NO_WERROR=
 WARNS?=		6
 
 .include <bsd.prog.mk>


More information about the svn-src-user mailing list