From nobody Fri Aug 18 14:43:45 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RS4Pd2gVvz4qcSK; Fri, 18 Aug 2023 14:43:49 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RS4Pc6xhwz3C8l; Fri, 18 Aug 2023 14:43:48 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id WvgCq1Dgo6NwhX0hXqbtKU; Fri, 18 Aug 2023 14:43:47 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPA id X0hWqKvrCcyvuX0hXqVDAt; Fri, 18 Aug 2023 14:43:47 +0000 X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=64df83a3 a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=UttIx32zK-AA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=617RHsMD4DaJYWY19r0A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id C9B78D09; Fri, 18 Aug 2023 07:43:45 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 9998F2EF; Fri, 18 Aug 2023 07:43:45 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Konstantin Belousov cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 1384a0b940e8 - main - kern/subr_unit.c: fix non-debug build In-reply-to: <202308181337.37IDbMwl051912@gitrepo.freebsd.org> References: <202308181337.37IDbMwl051912@gitrepo.freebsd.org> Comments: In-reply-to Konstantin Belousov message dated "Fri, 18 Aug 2023 13:37:22 +0000." List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Aug 2023 07:43:45 -0700 Message-Id: <20230818144345.9998F2EF@slippy.cwsent.com> X-CMAE-Envelope: MS4xfC8J1VI5DuP3lgAXh/F2l9kMnXFl+3m36NZO10gwh/drY0m4p7byHT7SI3jXtFexRZ3s5QA0daqoWdYbNzzEYek+5p05WP0/1ZzYhXGR5tR7o39J46di iJIagjPL0cMW2rz13URcnw184CEHQKCpljV/TlLzX/DcbeOp1UpsZFHJrdwddMUAuIoiIir+/S+fUw0KLwpT+vDqzvq9YkmGFUmfXumFd+Qbk1MPBdN4GWTL JawawdiImqeJSgWEm3arke2avgKEBVzYajv7zKrzZjWeFARYi6zXgjEZ4nq8rAB6IetA3l+Sd2+HM6Pus9C3Rypjxk2XecP+2voK8Wptp3g= X-Rspamd-Queue-Id: 4RS4Pc6xhwz3C8l X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] In message <202308181337.37IDbMwl051912@gitrepo.freebsd.org>, Konstantin Belous ov writes: > The branch main has been updated by kib: > > URL: https://cgit.FreeBSD.org/src/commit/?id=1384a0b940e87876d36d50ad58581c24 > dc642714 > > commit 1384a0b940e87876d36d50ad58581c24dc642714 > Author: Konstantin Belousov > AuthorDate: 2023-08-18 13:36:06 +0000 > Commit: Konstantin Belousov > CommitDate: 2023-08-18 13:37:16 +0000 > > kern/subr_unit.c: fix non-debug build > > Sponsored by: The FreeBSD Foundation > MFC after: 1 week > --- > sys/kern/subr_unit.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sys/kern/subr_unit.c b/sys/kern/subr_unit.c > index 3d45a0c1c5cb..7a23f216d98e 100644 > --- a/sys/kern/subr_unit.c > +++ b/sys/kern/subr_unit.c > @@ -353,7 +353,7 @@ check_unrhdr(struct unrhdr *uh, int line) > struct unr *up; > struct unrb *ub; > int w; > - u_int y, z; > + u_int y __diagused, z __diagused; It still doesn't like it. /opt/src/git-src/sys/kern/subr_unit.c:356:9: error: expected ';' at end of declaration u_int y __diagused, z __diagused; ^ ; > > y = uh->first; > z = 0; > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0 @è|L