Module Name: src Committed By: rillig Date: Tue Mar 28 20:01:21 UTC 2023
Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: clean up comments for handling 'linted' comments No functional change. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/usr.bin/xlint/lint1/func.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/xlint/lint1/func.c diff -u src/usr.bin/xlint/lint1/func.c:1.150 src/usr.bin/xlint/lint1/func.c:1.151 --- src/usr.bin/xlint/lint1/func.c:1.150 Tue Mar 28 14:44:35 2023 +++ src/usr.bin/xlint/lint1/func.c Tue Mar 28 20:01:21 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: func.c,v 1.150 2023/03/28 14:44:35 rillig Exp $ */ +/* $NetBSD: func.c,v 1.151 2023/03/28 20:01:21 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -37,7 +37,7 @@ #include <sys/cdefs.h> #if defined(__RCSID) -__RCSID("$NetBSD: func.c,v 1.150 2023/03/28 14:44:35 rillig Exp $"); +__RCSID("$NetBSD: func.c,v 1.151 2023/03/28 20:01:21 rillig Exp $"); #endif #include <stdlib.h> @@ -1324,10 +1324,7 @@ lintlib(int n) vflag = false; } -/* - * Suppress most warnings at the current and the following line. - */ -/* ARGSUSED */ +/* Suppress one or most warnings at the current and the following line. */ void linted(int n) {