From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: I get many *warning: comparison is always true due to limited range of data type* when compilling Emacs cvs unicode 2. Date: Wed, 31 Jan 2007 01:28:16 -0500 Message-ID: References: <20070131033941.GA11847@debian-testing-hy.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170224931 13755 80.91.229.12 (31 Jan 2007 06:28:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Jan 2007 06:28:51 +0000 (UTC) To: Emacs Devel ML Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 31 07:28:35 2007 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 1HC8xO-0000yY-6l for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 07:28:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HC8xN-0001oh-LK for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 01:28:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HC8xB-0001oU-Tq for emacs-devel@gnu.org; Wed, 31 Jan 2007 01:28:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HC8xA-0001oH-8P for emacs-devel@gnu.org; Wed, 31 Jan 2007 01:28:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HC8xA-0001oE-5E for emacs-devel@gnu.org; Wed, 31 Jan 2007 01:28:20 -0500 Original-Received: from tomts20.bellnexxia.net ([209.226.175.74] helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HC8x9-0001ft-Qu for emacs-devel@gnu.org; Wed, 31 Jan 2007 01:28:20 -0500 Original-Received: from pastel.home ([74.13.168.230]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070131062816.JCNE24907.tomts20-srv.bellnexxia.net@pastel.home> for ; Wed, 31 Jan 2007 01:28:16 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1793A80D8; Wed, 31 Jan 2007 01:28:16 -0500 (EST) In-Reply-To: <20070131033941.GA11847@debian-testing-hy.localdomain> (Hongyi Zhao's message of "Wed\, 31 Jan 2007 11\:39\:41 +0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:65680 Archived-At: > When compilling Emacs cvs unicode 2, I get many warnings like this: > comparison is always true due to limited range of data type, though I can > get the Emacs running after compilling, I want to konw how can I resolve > the problem, that is, how can I get rid of these warnings. Upgrade to a version of gcc that fixes this problem, Stefan