Module Name: src
Committed By: rillig
Date: Fri Mar 31 04:51:32 UTC 2023
Modified Files:
src/lib/libpuffs: Makefile
Log Message:
libpuffs: ignore lint warning about nested extern for now
This should be properly fixed by someone familiar with puffs.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libpuffs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpuffs/Makefile
diff -u src/lib/libpuffs/Makefile:1.28 src/lib/libpuffs/Makefile:1.29
--- src/lib/libpuffs/Makefile:1.28 Tue Mar 28 14:44:34 2023
+++ src/lib/libpuffs/Makefile Fri Mar 31 04:51:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2023/03/28 14:44:34 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2023/03/31 04:51:32 rillig Exp $
#
.include <bsd.own.mk>
@@ -18,5 +18,6 @@ INCS= puffs.h puffsdump.h
INCSDIR= /usr/include
LINTFLAGS+=-S -w
LINTFLAGS+= -X 351 # extern declaration outside header
+LINTFLAGS+= -X 352 # nested extern declaration
.include <bsd.lib.mk>