From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Many warning building master Date: Fri, 06 Mar 2015 16:22:50 +0100 Message-ID: <54F9C64A.8070107@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1425655403 6665 80.91.229.3 (6 Mar 2015 15:23:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Mar 2015 15:23:23 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 06 16:23:14 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 1YTu5m-00006h-Hc for ged-emacs-devel@m.gmane.org; Fri, 06 Mar 2015 16:23:10 +0100 Original-Received: from localhost ([::1]:58798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTu5l-00054k-NH for ged-emacs-devel@m.gmane.org; Fri, 06 Mar 2015 10:23:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTu5j-00053j-61 for emacs-devel@gnu.org; Fri, 06 Mar 2015 10:23:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTu5e-0006Cd-BS for emacs-devel@gnu.org; Fri, 06 Mar 2015 10:23:07 -0500 Original-Received: from smtp201.alice.it ([82.57.200.97]:28674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTu5e-0006CH-1r for emacs-devel@gnu.org; Fri, 06 Mar 2015 10:23:02 -0500 Original-Received: from [192.168.1.104] (80.181.241.224) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 54787AAB0B7A408F for emacs-devel@gnu.org; Fri, 6 Mar 2015 16:22:58 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 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:183698 Archived-At: I wonder if someone noticed the number of warnings building current master. I always do clean build from emacs-master.tar.gz and my previous build log file (master-450beba, on Feb 24) has a size of 343860 bytes. With current master (bfebebb) the size is 455854 bytes, about +30%. For example I notice many warnings of the type: attempt to open-code `anonymous lambda' with too few arguments `show-entry' is an obsolete function (as of 25.1); use `outline-show-entry' instead. ... I notice this on Cygwin (--with-w32) but I think it is general. Ciao, Angelo.