Module Name: src
Committed By: rillig
Date: Thu Sep 14 19:52:09 UTC 2023
Modified Files:
src/external/gpl2/lvm2/sbin/dmsetup: Makefile
Log Message:
dmsetup: add rationale for disabling lint for this program
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl2/lvm2/sbin/dmsetup/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/dmsetup/Makefile
diff -u src/external/gpl2/lvm2/sbin/dmsetup/Makefile:1.8 src/external/gpl2/lvm2/sbin/dmsetup/Makefile:1.9
--- src/external/gpl2/lvm2/sbin/dmsetup/Makefile:1.8 Thu May 26 12:56:26 2011
+++ src/external/gpl2/lvm2/sbin/dmsetup/Makefile Thu Sep 14 19:52:09 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2011/05/26 12:56:26 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2023/09/14 19:52:09 rillig Exp $
USE_FORT?= no
-NOLINT= #defined
+NOLINT= # dmsetup.c has a '?:' operator in line 255
CWARNFLAGS.clang+= -Wno-parentheses -Wno-unused-value
.include "../../lvm2tools.mk"