From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; dbus Date: Thu, 03 Jan 2008 13:28:53 +0100 Message-ID: <477CD505.3020906@swipnet.se> References: <87abod2b1x.fsf@gmx.de> <878x3umeo1.fsf@gmx.de> <87k5mufsl7.fsf@gmx.de> <87tzlwyfrr.fsf@gmx.de> <87bq834xdq.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199363390 30831 80.91.229.12 (3 Jan 2008 12:29:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2008 12:29:50 +0000 (UTC) Cc: Peter Dyballa , Stefan Monnier , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 03 13:30:10 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 1JAPD6-0007KQ-1z for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 13:30:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAPCj-0005d0-Mw for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 07:29:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAPC1-0005Il-IQ for emacs-devel@gnu.org; Thu, 03 Jan 2008 07:29:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAPBz-0005I3-LM for emacs-devel@gnu.org; Thu, 03 Jan 2008 07:29:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAPBz-0005Hx-GK for emacs-devel@gnu.org; Thu, 03 Jan 2008 07:28:59 -0500 Original-Received: from av8-2-sn3.vrr.skanova.net ([81.228.9.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAPBz-0005xv-99 for emacs-devel@gnu.org; Thu, 03 Jan 2008 07:28:59 -0500 Original-Received: by av8-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 635C337EE8; Thu, 3 Jan 2008 13:28:57 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 415B937E49; Thu, 3 Jan 2008 13:28:57 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 0DC4D37E49; Thu, 3 Jan 2008 13:28:55 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) In-Reply-To: <87bq834xdq.fsf@gmx.de> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:85992 Archived-At: Michael Albinus skrev: > Stefan Monnier writes: > >>> Yes. But I still don't know what to do in the MacOS case, where tons of >>> compiler warnings are raised due to the signedness of the SDATA return >>> value. Peter has shown it in a recent message. Shall we always cast the >>> type like "strlen ((char *) SDATA (uname))"? This would affect much more >>> files but dbusbind.c. >> Use the -Wno-sign (or whatever its name is) to disable those warnings. > > "-Wno-pointer-sign" shall be good for I guess. It is enabled by default > in configure, when the compiler supports it. But only if you don't specify your own CFLAGS to configure. Jan D.