From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: warning compiling dbusbind.c Date: Fri, 25 Jan 2008 20:04:27 +0100 Message-ID: <87abmtsp50.fsf@gmx.de> References: <5btzl3f2xh.fsf@fencepost.gnu.org> <87prvr7zvt.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201287657 13642 80.91.229.12 (25 Jan 2008 19:00:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jan 2008 19:00:57 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 25 20:01:11 2008 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 1JITnO-0003ru-Sa for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2008 20:00:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JITmy-0003dM-JS for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2008 14:00:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JITmu-0003d7-2r for emacs-devel@gnu.org; Fri, 25 Jan 2008 14:00:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JITmr-0003cj-Le for emacs-devel@gnu.org; Fri, 25 Jan 2008 14:00:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JITmr-0003cg-7z for emacs-devel@gnu.org; Fri, 25 Jan 2008 14:00:25 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JITmq-0006Gt-Je for emacs-devel@gnu.org; Fri, 25 Jan 2008 14:00:24 -0500 Original-Received: (qmail invoked by alias); 25 Jan 2008 19:00:23 -0000 Original-Received: from p57A200CE.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.0.206] by mail.gmx.net (mp017) with SMTP; 25 Jan 2008 20:00:23 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/C6cdrkn3CURfNNlJt3ONqTaboZ7FRrhIigyPvak Xn+rVJRZzdrdyo In-Reply-To: (Glenn Morris's message of "Thu, 24 Jan 2008 17:33:33 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:87508 Archived-At: Glenn Morris writes: > I menioned this because it is the only warning of any kind I get when > compiling the Emacs C code. > > (There are a few instances of workarounds for this in the C code > already: `grep whining src/*.c' .) Thanks for the pointer, I've fixed it this way. When there is a macro, as Stefan has proposed, it could be introduced for all these cases at once. Could you, please, check on your machine? I haven't a 64bit one. Best regards, Michael.