emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50; dbus


From: Jan Djärv
Subject: Re: 23.0.50; dbus
Date: Thu, 03 Jan 2008 13:28:53 +0100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)



Michael Albinus skrev:
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 only if you don't specify your own CFLAGS to configure.

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]