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: 'Maintainer warning' bootstrapping Emacs Date: Tue, 29 Sep 2009 01:05:12 +0200 Message-ID: <4AC14128.1070404@alice.it> NNTP-Posting-Host: lo.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 1254179136 32043 80.91.229.12 (28 Sep 2009 23:05:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Sep 2009 23:05:36 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 29 01:05:29 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MsPHd-0004tq-47 for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 01:05:29 +0200 Original-Received: from localhost ([127.0.0.1]:42337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsPHc-000670-Gj for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 19:05:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsPHY-00066l-2D for emacs-devel@gnu.org; Mon, 28 Sep 2009 19:05:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsPHS-00066J-I5 for emacs-devel@gnu.org; Mon, 28 Sep 2009 19:05:23 -0400 Original-Received: from [199.232.76.173] (port=60917 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsPHS-00066G-8d for emacs-devel@gnu.org; Mon, 28 Sep 2009 19:05:18 -0400 Original-Received: from smtp-out112.alice.it ([85.37.17.112]:3646) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsPHR-0002oD-O1 for emacs-devel@gnu.org; Mon, 28 Sep 2009 19:05:17 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Tue, 29 Sep 2009 01:05:15 +0200 Original-Received: from FBCMCL01B02.fbc.local ([192.168.69.83]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Tue, 29 Sep 2009 01:05:15 +0200 Original-Received: from [82.57.168.67] ([82.57.168.67]) by FBCMCL01B02.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Tue, 29 Sep 2009 01:05:16 +0200 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) X-OriginalArrivalTime: 28 Sep 2009 23:05:16.0299 (UTC) FILETIME=[245C7DB0:01CA4090] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115755 Archived-At: I have seen that bootstrapping (on Cygwin) current CVS of Emacs gives many warning like this: --- Maintainer warning: $(lisp)/cedet/semantic/analyze/complete.el missing from $ELCFILES? --- and ---- Compiling /tmp/emacs/lisp/cedet/semantic/wisent/javascript.el *Warning* default value of <> tokens changed to NULL_TOKEN, was QUERY *Warning* default value of <> tokens changed to QUERY, was TRUE *Warning* default value of <> tokens changed to TRUE, was FALSE Grammar in javascript.el contains 2 useless nonterminals and 4 useless rules ---- Besides the above, also 'common' warnings. For example: ----- gcc-4 -c -DHAVE_CONFIG_H -I. -I../src -I/tmp/emacs/lib-src -I/tmp/emacs/lib-src/../src -g -O2 -Wno-pointer-sign /tmp/emacs/lib-src/movemail.c /tmp/emacs/lib-src/movemail.c: In function 'main': /tmp/emacs/lib-src/movemail.c:327: warning: call to 'mktemp' declared with attribute warning: the use of `mktemp' is dangerous; use `mkstemp' instead ----- Cheers, Angelo.