From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Preventing warnings in FIXNUM_OVERFLOW_P Date: Fri, 19 Jan 2007 21:10:44 -0500 Message-ID: References: <85lkk0npzj.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1169259157 23545 80.91.229.12 (20 Jan 2007 02:12:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Jan 2007 02:12:37 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 20 03:12:34 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 1H85iY-0005aY-OQ for ged-emacs-devel@m.gmane.org; Sat, 20 Jan 2007 03:12:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H85iY-0001oS-LJ for ged-emacs-devel@m.gmane.org; Fri, 19 Jan 2007 21:12:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H85hZ-0001Ad-Dc for emacs-devel@gnu.org; Fri, 19 Jan 2007 21:11:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H85hY-0001AD-PU for emacs-devel@gnu.org; Fri, 19 Jan 2007 21:11:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H85hY-0001A6-Fv for emacs-devel@gnu.org; Fri, 19 Jan 2007 21:11:28 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H85hY-00020P-53 for emacs-devel@gnu.org; Fri, 19 Jan 2007 21:11:28 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H85gq-0004pu-Aw; Fri, 19 Jan 2007 21:10:44 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Fri, 19 Jan 2007 14:19:50 -0500) 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:65317 Archived-At: > I say let's leave my workaround alone until the GCC developers move > this warning into -Wextra. When that version of GCC becomes > widespread, we can remove the workaround. Agreed, That is a bad solution. Turning off this warning globally risks missing other places where there is a real problem. The right solution is a way to turn off the warning _only in this construct_.