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/07afe4087413
branches:  trunk
changeset: 959863:07afe4087413
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 ab850bce64f6 -r 07afe4087413 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