svn commit: r274896 - head/usr.bin/demandoc

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 22 22:11:36 UTC 2014


Author: bapt
Date: Sat Nov 22 22:11:35 2014
New Revision: 274896
URL: https://svnweb.freebsd.org/changeset/base/274896

Log:
  Lower warning to allow building with gcc

Modified:
  head/usr.bin/demandoc/Makefile

Modified: head/usr.bin/demandoc/Makefile
==============================================================================
--- head/usr.bin/demandoc/Makefile	Sat Nov 22 21:11:17 2014	(r274895)
+++ head/usr.bin/demandoc/Makefile	Sat Nov 22 22:11:35 2014	(r274896)
@@ -7,4 +7,6 @@ PROG=	demandoc
 LDADD=	${LDMANDOC}
 DPADD=	${LIBMANDOC}
 
+WARNS?=	5
+
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list