From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22567 invoked from network); 21 Jun 2021 13:07:14 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2021 13:07:14 -0000 Received: from h2.fbrelay.privateemail.com ([131.153.2.43]) by 1ess; Mon Jun 21 04:32:25 -0400 2021 Received: from MTA-14-4.privateemail.com (mta-14.privateemail.com [198.54.118.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1.fbrelay.privateemail.com (Postfix) with ESMTPS id 1958380AE6 for <9front@9front.org>; Mon, 21 Jun 2021 04:20:45 -0400 (EDT) Received: from mta-14.privateemail.com (localhost [127.0.0.1]) by mta-14.privateemail.com (Postfix) with ESMTP id D7E4F800CF for <9front@9front.org>; Mon, 21 Jun 2021 04:20:35 -0400 (EDT) Received: from localhost (unknown [10.20.151.238]) by mta-14.privateemail.com (Postfix) with ESMTPA id 0D2A6800C9 for <9front@9front.org>; Mon, 21 Jun 2021 04:20:35 -0400 (EDT) Date: Mon, 21 Jun 2021 01:20:28 -0700 From: Anthony Martin To: 9front@9front.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: ClamAV using ClamSMTP List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: private extended API interface out-scaling backend Subject: [9front] commit 1a09421f7db897e1d2e2a9210f79ca4389362c3a Reply-To: 9front@9front.org Precedence: bulk > kencc: clarify warning for unused assignments > > [...] > > - warn(Z, "set and not used: %B", bit); > + warn(Z, "assignment not used: %B", bit); What is unclear about "set and not used"? This looks to me like change for change's sake. Now it's even more tedious to compare the various compiler forks, the symmetry with "used and not set" is gone, and the reference to this specific warning in /sys/doc/comp.ms is stale. For what gain? Anthony