Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpuffs libpuffs: ignore lint warning about nested exte...



details:   https://anonhg.NetBSD.org/src/rev/59b4390b2542
branches:  trunk
changeset: 374086:59b4390b2542
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Mar 31 04:51:32 2023 +0000

description:
libpuffs: ignore lint warning about nested extern for now

This should be properly fixed by someone familiar with puffs.

diffstat:

 lib/libpuffs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r a1c93e9a121e -r 59b4390b2542 lib/libpuffs/Makefile
--- a/lib/libpuffs/Makefile     Thu Mar 30 23:05:12 2023 +0000
+++ b/lib/libpuffs/Makefile     Fri Mar 31 04:51:32 2023 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index