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: Re: Compiler warnings in dired.c Date: Sun, 25 Oct 2009 06:11:47 +0200 Message-ID: <83d44cf6yk.fsf@gnu.org> References: <83eiosfppm.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1256443926 15478 80.91.229.12 (25 Oct 2009 04:12:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2009 04:12:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 25 05:11:59 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 1N1uSV-0007rn-42 for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2009 05:11:59 +0100 Original-Received: from localhost ([127.0.0.1]:57922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1uSU-0004bb-5U for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2009 00:11:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1uSO-0004ai-Lt for emacs-devel@gnu.org; Sun, 25 Oct 2009 00:11:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1uSK-0004a3-9N for emacs-devel@gnu.org; Sun, 25 Oct 2009 00:11:52 -0400 Original-Received: from [199.232.76.173] (port=36475 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1uSK-0004Zy-1f for emacs-devel@gnu.org; Sun, 25 Oct 2009 00:11:48 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:37704) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1uSJ-0007Cg-Ko for emacs-devel@gnu.org; Sun, 25 Oct 2009 00:11:47 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KS100D00Y787P00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Sun, 25 Oct 2009 06:11:46 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.77.20]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KS100BH3YBLUK20@a-mtaout23.012.net.il>; Sun, 25 Oct 2009 06:11:46 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:116383 Archived-At: > From: Andreas Schwab > Date: Sun, 25 Oct 2009 00:38:24 +0200 > Cc: emacs-devel@gnu.org > > Eli Zaretskii writes: > > > This change: > > > > 2009-10-24 Andreas Schwab > > > > * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P > > can properly handle unsigned types. > > (make_uid, make_gid): Removed. > > > > causes these warnings on a 64-bit host: > > This is unavoidable. Just disable the them, they are useless. I didn't enable any warnings. This is using the stock src/Makefile.in. For the record, the GCC version is this: gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)