From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Merging feature/android Date: Thu, 16 Mar 2023 16:11:37 +0200 Message-ID: <834jqkrdk6.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> <86zg8cyjvq.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15159"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, corwin@bru.st, emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 16 15:12:57 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 1pcoLg-0003iz-RP for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Mar 2023 15:12:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pcoKZ-0000Ta-IY; Thu, 16 Mar 2023 10:11:47 -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 1pcoKY-0000TS-Id for emacs-devel@gnu.org; Thu, 16 Mar 2023 10:11:46 -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 1pcoKX-000898-AY; Thu, 16 Mar 2023 10:11:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=XI4kZfeM16nIexQokDfcSJtLgW2Y5MvOAiijlqfF+gs=; b=WAdLLVIOAASU KlRpr1gDb9A7LSLSOGZl1tnpDrS0QtaXXUhZi9l/Rj2BknRQZ9jGs05D0pwUETQ3aM4WIvJD5HCsO +FIoAOonw1XXeGoMtbeHvwj/oG2dZMlDP+UHAymMwJojPiY1AE1R0S8TPRIwhnXj9kxbUbPUb9Bt9 CwqlK2/DD1LQMB+E9mL53Uip5ngOKgKUMrtN0qFX+A0X9Lh22E+C7J3fhOc5dgx7pcOkpKB7oLDjb 8zYZ5K734N6tTACq15bwUtv/W5D6VHYgUhr+xKbqnrwZOCU52diqgNcH6W+XPnP93JBkqQdBySken xB17vUlRuX8hqINTl/UnRA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcoKW-0000cG-Cg; Thu, 16 Mar 2023 10:11:44 -0400 In-Reply-To: <86zg8cyjvq.fsf@gnu.org> (message from Arash Esbati on Thu, 16 Mar 2023 13:13:13 +0100) 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:304525 Archived-At: > From: Arash Esbati > Cc: luangruo@yahoo.com, corwin@bru.st, emacs-devel@gnu.org > Date: Thu, 16 Mar 2023 13:13:13 +0100 > > >> 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? Are the same compiler warning flags used on both branches?