Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/resize Bump warns
details: https://anonhg.NetBSD.org/src/rev/aaaf7d2e58a7
branches: trunk
changeset: 1019122:aaaf7d2e58a7
user: christos <christos%NetBSD.org@localhost>
date: Sat Feb 27 16:08:08 2021 +0000
description:
Bump warns
diffstat:
usr.bin/resize/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 665a9aa1d353 -r aaaf7d2e58a7 usr.bin/resize/Makefile
--- a/usr.bin/resize/Makefile Sat Feb 27 15:36:39 2021 +0000
+++ b/usr.bin/resize/Makefile Sat Feb 27 16:08:08 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 15:36:39 christos Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/27 16:08:08 christos Exp $
.include <bsd.own.mk>
-WARNS= 3
+WARNS= 5
PROG= resize
SRCS= resize.c
-CPPFLAGS+=-DRESIZE_ONLY
+CPPFLAGS+=-DRESIZE_ONLY -Wno-format-nonliteral
DPADD+= ${LIBUTIL}
LDADD+= -lutil
Home |
Main Index |
Thread Index |
Old Index