From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pip Cet Newsgroups: gmane.emacs.devel Subject: Re: scratch/no-purespace 976196cba66 07/13: Pure storage removal: Replace calls to removed functions Date: Thu, 22 Aug 2024 06:17:14 +0000 Message-ID: <87ttfd84k8.fsf@protonmail.com> References: <172418296207.12694.9697430583864173962@vcs2.savannah.gnu.org> <20240820194248.35A31C1CAF2@vcs2.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28499"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 22 12:02:38 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sh4eL-0007FU-ST for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Aug 2024 12:02:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sh4dU-0003cM-Lv; Thu, 22 Aug 2024 06:01:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sh18Z-000078-F3 for emacs-devel@gnu.org; Thu, 22 Aug 2024 02:17:35 -0400 Original-Received: from mail-40133.protonmail.ch ([185.70.40.133]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sh18S-0001cC-Jx for emacs-devel@gnu.org; Thu, 22 Aug 2024 02:17:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1724307437; x=1724566637; bh=TU297SzIwNde+c+DUff3JDvze11FKUbZ/nXr5ObHICo=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=E6UOag34FlBnBIMD1lJfhXFCGlZufac2e8FcDG0AXgXbfInV5kgqtOtGs6uTbq8ds cv6xzwo1CQBap/4e8+Dcg5CN3z0iE2zIBHLOVG18Mh5Gs7tbrC94DM2CFLftHyRHOG DJspfHNRXeO1PUKADzjF/DZeB8cfN6oQTIcRsPoxZiugeAJDUfGw3wMf1pNhYS2kpY uuh3LkprxNyUcKkdC4W3i0li/uQTPWh7ZCSURtOVPJOhHnNQS27xvjjyFVnSj5WJYZ C7X/Qi3Kbikh5NlZUuoqPlMAjJf5QlN+f0UAe2NR3rNqI4ljHq9EueHapSFrVOxF3Z 0ncXbxZNYRI2Q== In-Reply-To: Feedback-ID: 112775352:user:proton X-Pm-Message-ID: 4c82651c8425fdc6854d95074dc899540ed72a25 Received-SPF: pass client-ip=185.70.40.133; envelope-from=pipcet@protonmail.com; helo=mail-40133.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 22 Aug 2024 06:01:38 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323038 Archived-At: "Stefan Kangas" writes: > Pip Cet via Mailing list for Emacs changes writes: > >> branch: scratch/no-purespace >> commit 976196cba66992bcc0aa581403f2d215136547d6 >> Author: Pip Cet >> Commit: Pip Cet >> >> Pure storage removal: Replace calls to removed functions > > With clang, I get this warning now: > > alloc.c:6706:13: warning: variable 'po' set but not used > [-Wunused-but-set-variable] > void *po =3D XPNTR (obj); Thank you! Hopefully fixed now. Pip