svn commit: r284097 - head/usr.bin/mkstr
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jun 6 19:43:42 UTC 2015
Author: bapt
Date: Sat Jun 6 19:43:41 2015
New Revision: 284097
URL: https://svnweb.freebsd.org/changeset/base/284097
Log:
Readd the warning level gcc 4.2 still complains
Modified:
head/usr.bin/mkstr/Makefile
Modified: head/usr.bin/mkstr/Makefile
==============================================================================
--- head/usr.bin/mkstr/Makefile Sat Jun 6 19:15:48 2015 (r284096)
+++ head/usr.bin/mkstr/Makefile Sat Jun 6 19:43:41 2015 (r284097)
@@ -3,4 +3,6 @@
PROG= mkstr
+WARNS?= 2
+
.include <bsd.prog.mk>
More information about the svn-src-all
mailing list