Module Name:    src
Committed By:   rillig
Date:           Thu Sep 14 19:54:41 UTC 2023

Modified Files:
        src/external/gpl2/lvm2/sbin/lvm: Makefile

Log Message:
lvm: add rationale for disabling lint


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl2/lvm2/sbin/lvm/Makefile

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

Modified files:

Index: src/external/gpl2/lvm2/sbin/lvm/Makefile
diff -u src/external/gpl2/lvm2/sbin/lvm/Makefile:1.12 src/external/gpl2/lvm2/sbin/lvm/Makefile:1.13
--- src/external/gpl2/lvm2/sbin/lvm/Makefile:1.12	Tue Jan 14 20:22:35 2014
+++ src/external/gpl2/lvm2/sbin/lvm/Makefile	Thu Sep 14 19:54:41 2023
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile,v 1.12 2014/01/14 20:22:35 christos Exp $
+#	$NetBSD: Makefile,v 1.13 2023/09/14 19:54:41 rillig Exp $
 
 USE_FORT?=	no
-NOLINT=		#defined
+NOLINT=		# reporter.c uses a '?:' operator
 CWARNFLAGS.clang+=	-Wno-parentheses
 
 .include "../../lvm2tools.mk"

Reply via email to