Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make: add ARGSUSED for lint



details:   https://anonhg.NetBSD.org/src/rev/c4f66a52ca56
branches:  trunk
changeset: 985221:c4f66a52ca56
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Aug 14 14:43:30 2021 +0000

description:
make: add ARGSUSED for lint

diffstat:

 usr.bin/make/arch.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 99df7c5353c5 -r c4f66a52ca56 usr.bin/make/arch.c
--- a/usr.bin/make/arch.c       Sat Aug 14 14:25:51 2021 +0000
+++ b/usr.bin/make/arch.c       Sat Aug 14 14:43:30 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arch.c,v 1.201 2021/08/14 13:26:07 rillig Exp $        */
+/*     $NetBSD: arch.c,v 1.202 2021/08/14 14:43:30 rillig Exp $        */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -126,7 +126,7 @@
 #include "config.h"
 
 /*     "@(#)arch.c     8.2 (Berkeley) 1/2/94"  */
-MAKE_RCSID("$NetBSD: arch.c,v 1.201 2021/08/14 13:26:07 rillig Exp $");
+MAKE_RCSID("$NetBSD: arch.c,v 1.202 2021/08/14 14:43:30 rillig Exp $");
 
 typedef struct List ArchList;
 typedef struct ListNode ArchListNode;
@@ -988,6 +988,7 @@
 #endif
 }
 
+/* ARGSUSED */
 static bool
 RanlibOODate(const GNode *gn MAKE_ATTR_UNUSED)
 {



Home | Main Index | Thread Index | Old Index