Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/vndcompress Add WARNS=5.
details: https://anonhg.NetBSD.org/src/rev/4fbb7a03217b
branches: trunk
changeset: 326199:4fbb7a03217b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jan 22 06:15:39 2014 +0000
description:
Add WARNS=5.
diffstat:
usr.bin/vndcompress/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 204c929b1020 -r 4fbb7a03217b usr.bin/vndcompress/Makefile
--- a/usr.bin/vndcompress/Makefile Wed Jan 22 06:15:31 2014 +0000
+++ b/usr.bin/vndcompress/Makefile Wed Jan 22 06:15:39 2014 +0000
@@ -7,6 +7,8 @@
DPADD+= ${LIBZ}
LDADD+= -lz
+WARNS= 5
+
.include <bsd.prog.mk>
TESTFILES+= oneblock
Home |
Main Index |
Thread Index |
Old Index