From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Merging feature/android Date: Thu, 16 Mar 2023 13:13:13 +0100 Message-ID: <86zg8cyjvq.fsf@gnu.org> References: <87edq7ztks.fsf.ref@yahoo.com> <87edq7ztks.fsf@yahoo.com> <874jqn9508.fsf@yahoo.com> <86sfe7mqms.fsf@gnu.org> <87r0tr79oe.fsf@yahoo.com> <86jzzjmp9h.fsf@gnu.org> <87mt4f788u.fsf@yahoo.com> <83fsa7s3yz.fsf@gnu.org> <87edpq7tke.fsf@yahoo.com> <875yb27qe8.fsf@yahoo.com> <87ttym5vgj.fsf@yahoo.com> <87sfe540or.fsf@yahoo.com> <86bkkt3wpb.fsf@gnu.org> <837cvhq8m3.fsf@gnu.org> <864jqkzz3p.fsf@gnu.org> <835yb0rjel.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38375"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: luangruo@yahoo.com, corwin@bru.st, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 16 13:14:06 2023 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 1pcmUe-0009gM-Qb for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Mar 2023 13:14:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pcmU7-0001Ga-9i; Thu, 16 Mar 2023 08:13:31 -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 1pcmU5-0001GE-Sw for emacs-devel@gnu.org; Thu, 16 Mar 2023 08:13:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcmU4-0006Tw-WD; Thu, 16 Mar 2023 08:13:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=XpcJ/9VQvhWPhmb9jJqwVSTQdR4XjaMbtaMIuP/Pliw=; b=PGvgJRFlfuXX20oK6A3T uc7rKrMJj//8K+pe+zsyHSS/sPpgwgVzLLiiCRMHElCZ3TXxOxmLGvw4GPmgBL9AWlEKZEpSC24zu VFCOL1aoEjTmPKicW0RUZaPXnVrhYllybHI/Wy55RDGDhcRfpmPTrAT+MRRTJWWI14nEX29egSjPD NgGYCyI14SMebdx9qdlwsEC0hyfP053L77kiB3RZTCCiQea8JTqwr68tfql10xnyJiR8oeYE41Xwj 49D9Kog0S+ufvn74PNC8FXqpCoM71C3n81Jw/OeqrhNLkKHbJE6RMZ3GsrrAD8WrxWHqbI08psVFX iiC3qd7atM/gWA==; Original-Received: from p5b326a86.dip0.t-ipconnect.de ([91.50.106.134] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcmU4-0000G3-FZ; Thu, 16 Mar 2023 08:13:28 -0400 In-Reply-To: <835yb0rjel.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 16 Mar 2023 14:05:22 +0200") 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:304523 Archived-At: Eli Zaretskii writes: >> From: Arash Esbati >> Cc: luangruo@yahoo.com, corwin@bru.st, emacs-devel@gnu.org >> Date: Thu, 16 Mar 2023 12:59:06 +0100 > > Those are bogus warnings (a.k.a. bugs/misfeatures of the GCC version > you are using). Disregard them. Ah, that rings a bell. I remember that you said that once for the if (!VirtualQuery ((LPCVOID) &m, &m, sizeof m)) stuff, I wasn't sure about the other one. >> Running make on the feature branch, I don't get them. Does it mean that >> Po Lu has kindly fixed them? > > I doubt that. So the question is why it happens there and not here? Best, Arash