From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Fixing compilation and byte-compilation warnings before 25.1 Date: Sat, 14 Nov 2015 04:55:55 -0600 Message-ID: <86h9koc0jo.fsf@stephe-leake.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447516220 15749 80.91.229.3 (14 Nov 2015 15:50:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Nov 2015 15:50:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 14 16:50:10 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 1Zxd5c-0006QY-DK for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2015 16:50:08 +0100 Original-Received: from localhost ([::1]:35422 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zxd5b-0003ln-Ma for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2015 10:50:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxYVF-0006Vg-4U for emacs-devel@gnu.org; Sat, 14 Nov 2015 05:56:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxYVB-00014s-4z for emacs-devel@gnu.org; Sat, 14 Nov 2015 05:56:17 -0500 Original-Received: from gproxy2-pub.mail.unifiedlayer.com ([69.89.18.3]:43638) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZxYVA-00014i-TJ for emacs-devel@gnu.org; Sat, 14 Nov 2015 05:56:13 -0500 Original-Received: (qmail 6789 invoked by uid 0); 14 Nov 2015 10:56:10 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy2.mail.unifiedlayer.com with SMTP; 14 Nov 2015 10:56:10 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id hNvy1r00P2UdiVW01Nw1pE; Sat, 14 Nov 2015 03:56:09 -0700 X-Authority-Analysis: v=2.1 cv=VOBOwb/X c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=qtqOOiqGOCEA:10 a=pGLkceISAAAA:8 a=jKX9XDpIHkBmZLYxDuYA:9 Original-Received: from [76.218.37.33] (port=61805 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZxYUx-0002t9-Ie for emacs-devel@gnu.org; Sat, 14 Nov 2015 03:55:59 -0700 In-Reply-To: (John Wiegley's message of "Thu, 12 Nov 2015 17:47:57 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.18.3 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:194455 Archived-At: John Wiegley writes: > I'm doing an Emacs build now to test a patch, and it occurs to me how many > warnings and byte-compilation warnings I'm seeing. I'd like us to resolve as > many of these warnings as we can before shipping. It makes the build output > look a bit... unkempt. > > Anyone interested in becoming a champion for this cause? A lot of the warnings are in lisp/cedet/*, and are caused by the changes in eieio.el. I've offered to help fix them, but I'm waiting on the pending merge from sourceforge CEDET. -- -- Stephe