Module Name:    src
Committed By:   christos
Date:           Thu May  2 15:45:36 UTC 2024

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

Log Message:
comment out strict boolean lint check because isspace() returns int and lint
complains.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/base64/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/base64/Makefile
diff -u src/usr.bin/base64/Makefile:1.2 src/usr.bin/base64/Makefile:1.3
--- src/usr.bin/base64/Makefile:1.2	Thu Aug 10 22:43:59 2023
+++ src/usr.bin/base64/Makefile	Thu May  2 11:45:36 2024
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile,v 1.2 2023/08/11 02:43:59 rillig Exp $
+#	$NetBSD: Makefile,v 1.3 2024/05/02 15:45:36 christos Exp $
 
 PROG=		base64
 WARNS?=		6		# instead of 5 from usr.bin
-LINTFLAGS+=	-T		# strict bool mode
+#LINTFLAGS+=	-T		# strict bool mode
 
 .include <bsd.prog.mk>

Reply via email to