Module Name:    src
Committed By:   christos
Date:           Sat Feb 27 16:08:08 UTC 2021

Modified Files:
        src/usr.bin/resize: Makefile

Log Message:
Bump warns


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/resize/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/resize/Makefile
diff -u src/usr.bin/resize/Makefile:1.2 src/usr.bin/resize/Makefile:1.3
--- src/usr.bin/resize/Makefile:1.2	Sat Feb 27 10:36:39 2021
+++ src/usr.bin/resize/Makefile	Sat Feb 27 11:08:08 2021
@@ -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
 

Reply via email to