Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74F7484E55 for ; Sat, 8 Jul 2023 11:18:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gptqT0trqt1l for ; Sat, 8 Jul 2023 11:18:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0B40B84D14 for ; Sat, 8 Jul 2023 11:18:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04A46FBDB; Sat, 8 Jul 2023 11:18:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 8 Jul 2023 11:18:16 +0000 From: "Roland Illig" Subject: CVS commit: src/usr.bin/xlint To: source-changes@NetBSD.org Approved: for-source-only Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20230708111817.04A46FBDB@cvs.NetBSD.org> Module Name: src Committed By: rillig Date: Sat Jul 8 11:18:16 UTC 2023 Modified Files: src/usr.bin/xlint: Makefile.inc src/usr.bin/xlint/lint1: Makefile src/usr.bin/xlint/lint2: read.c Log Message: lint: enable more lint warnings for its own source code To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/xlint/Makefile.inc cvs rdiff -u -r1.96 -r1.97 src/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r1.82 -r1.83 src/usr.bin/xlint/lint2/read.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.