[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0.50; dbus
From: |
Michael Albinus |
Subject: |
Re: 23.0.50; dbus |
Date: |
Thu, 03 Jan 2008 00:32:17 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> 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 I haven't seen it in
the gcc calls on MacOS X, Peter has given some postings ago in this
thread. Again, I have no access to such a machine.
> Stefan
Best regards, Michael.
- Re: 23.0.50; dbus, Michael Albinus, 2008/01/01
- Re: 23.0.50; dbus, Stefan Monnier, 2008/01/01
- Re: 23.0.50; dbus, Stefan Monnier, 2008/01/02
- Re: 23.0.50; dbus,
Michael Albinus <=
- Re: 23.0.50; dbus, Peter Dyballa, 2008/01/02
- Re: 23.0.50; dbus, Jan Djärv, 2008/01/03
- Re: 23.0.50; dbus, Peter Dyballa, 2008/01/05