From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Fixing compilation and byte-compilation warnings before 25.1 Date: Sun, 15 Nov 2015 10:08:29 +0100 Message-ID: <87vb93k4tu.fsf@isaac.fritz.box> References: <86h9koc0jo.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447657650 20598 80.91.229.3 (16 Nov 2015 07:07:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2015 07:07:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 16 08:07:21 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZyDsi-0003kb-1Q for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 08:07:16 +0100 Original-Received: from localhost ([::1]:46366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyDsh-0001fg-C2 for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 02:07:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxtIj-0005aN-1a for emacs-devel@gnu.org; Sun, 15 Nov 2015 04:08:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxtIf-0002hF-PD for emacs-devel@gnu.org; Sun, 15 Nov 2015 04:08:44 -0500 Original-Received: from randomsample.de ([5.45.97.173]:48482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxtIf-0002a3-G2 for emacs-devel@gnu.org; Sun, 15 Nov 2015 04:08:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=NXcA7Eec/stDc8NJFRjwKsmpSAox7YffsooxeNlkSDI=; b=kXqi3KUm4M3ia3Z6DrogomXef7xKSrbxPScaSyjLHsAIEgSVVBUme7PEKEcNTuW+DNVZEGRg46l/cn+vWDNQAROS1iNOlQ3hcygul53bka2GmoEr5lEACIxbNva5Jm0p; Original-Received: from ip4d1645ea.dynamic.kabel-deutschland.de ([77.22.69.234] helo=isaac.fritz.box) by randomsample.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZxtIY-0008B3-G8; Sun, 15 Nov 2015 10:08:34 +0100 In-Reply-To: (John Wiegley's message of "Sat, 14 Nov 2015 08:00:32 -0800") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194523 Archived-At: John Wiegley writes: >>>>>> Stephen Leake writes: > >> I've offered to help fix them, but I'm waiting on the pending merge from >> sourceforge CEDET. > > Should we consider allowing this merge into 25.1? I don't think there will be any major changes in this final merge. But I'll prepare the merge in a separate branch anyway, so I'd say we can decide this when that's ready. This will take a bit, though, because I want to port our test suite first. -David