svn commit: r274897 - head/usr.bin/preconv

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 22 22:13:01 UTC 2014


Author: bapt
Date: Sat Nov 22 22:13:00 2014
New Revision: 274897
URL: https://svnweb.freebsd.org/changeset/base/274897

Log:
  Lower warnings to fix build with gcc

Modified:
  head/usr.bin/preconv/Makefile

Modified: head/usr.bin/preconv/Makefile
==============================================================================
--- head/usr.bin/preconv/Makefile	Sat Nov 22 22:11:35 2014	(r274896)
+++ head/usr.bin/preconv/Makefile	Sat Nov 22 22:13:00 2014	(r274897)
@@ -4,4 +4,6 @@
 
 PROG=	preconv
 
+WARNS?=	5
+
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list