From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Noisy byte compilation on master Date: Sun, 01 Feb 2015 18:06:32 +0200 Message-ID: <83egq9ipkn.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1422806839 19144 80.91.229.3 (1 Feb 2015 16:07:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2015 16:07:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 01 17:07:18 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 1YHx3N-0001Td-3a for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2015 17:07:17 +0100 Original-Received: from localhost ([::1]:50944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHx3M-0005Rs-8g for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2015 11:07:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHx32-0005OY-6x for emacs-devel@gnu.org; Sun, 01 Feb 2015 11:06:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHx2y-0000Ke-Ta for emacs-devel@gnu.org; Sun, 01 Feb 2015 11:06:56 -0500 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:57079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHx2y-0000KR-M0 for emacs-devel@gnu.org; Sun, 01 Feb 2015 11:06:52 -0500 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NJ300L00OKPKI00@mtaout28.012.net.il> for emacs-devel@gnu.org; Sun, 01 Feb 2015 18:05:03 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJ300F07OOC3A60@mtaout28.012.net.il> for emacs-devel@gnu.org; Sun, 01 Feb 2015 18:05:03 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 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:182186 Archived-At: Byte-compiling the recent master became really noisy lately, it spews many dozens, if not hundreds, of warnings like this: In semantic-decoration-all-include-summary: cedet/semantic/decorate/include.el:803:58:Warning: `eieio-object-name-string' is an obsolete function (as of 25.1); use `eieio-named' instead. cedet/semantic/decorate/include.el:809:46:Warning: `eieio-object-name-string' is an obsolete function (as of 25.1); use `eieio-named' instead. `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. and like this: Warning: Using brain-dead macro `mm-with-unibyte-current-buffer'! utf7.el: `mm-with-unibyte-current-buffer' is an obsolete macro (as of 25.1). Would those who introduced these warnings please work on lowering the noise level? It's now so high that it effectively prevents one from seeing the real problems flagged by the byte compiler, especially when bootstrapping. Thanks in advance.