From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#63415: 30.0.50; More Build Warnings Date: Wed, 17 May 2023 07:55:06 +0000 Message-ID: References: <9D13D5EB-331E-44AE-A48C-2DCAA73DD79A@gmail.com> <838rdv57ak.fsf@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="9115"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 63415@debbugs.gnu.org, Jacob Faibussowitsch To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed May 17 09:56:16 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1pzC19-00028i-Sx for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 17 May 2023 09:56:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pzC0w-0001Ag-Ut; Wed, 17 May 2023 03:56:03 -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 1pzC0w-0001AQ-0q for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 03:56:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pzC0v-00084z-PD for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 03:56:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pzC0v-0002QV-LW for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 03:56:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 17 May 2023 07:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63415 X-GNU-PR-Package: emacs Original-Received: via spool by 63415-submit@debbugs.gnu.org id=B63415.16843101119154 (code B ref 63415); Wed, 17 May 2023 07:56:01 +0000 Original-Received: (at 63415) by debbugs.gnu.org; 17 May 2023 07:55:11 +0000 Original-Received: from localhost ([127.0.0.1]:48801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzC07-0002NY-3j for submit@debbugs.gnu.org; Wed, 17 May 2023 03:55:11 -0400 Original-Received: from ma.sdf.org ([205.166.94.33]:42352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzC04-0002N7-O7 for 63415@debbugs.gnu.org; Wed, 17 May 2023 03:55:09 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1pzC02-0001fJ-NX; Wed, 17 May 2023 07:55:06 +0000 In-Reply-To: <838rdv57ak.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 11 May 2023 16:25:39 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:261829 Archived-At: Eli Zaretskii writes: >> From: Jacob Faibussowitsch >> Date: Wed, 10 May 2023 07:25:34 -0400 >>=20 >> dispnew.c:3650:12: warning: variable 'changed_p' set but not used [-Wunu= sed-but-set-variable] >> bool changed_p =3D 0, mouse_face_overwritten_p =3D 0; >> ^ >> 1 warning generated. > > This is expected in a build --without-x. Avoiding it is too much > trouble (will make the code harder to read), and this configuration is > rare enough to not justify that. So I've left that alone. > >> In native--compile-async: >> comp.el:4240:14: Warning: value from call to =E2=80=98cl-substitute=E2= =80=99 is unused > > Andrea, would you please take care of this warning? > > I hope I've now fixed the rest, thanks. Ok I've a fix for this, same as for #63302 do we want the fixes in master or 29? Thanks Andrea