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.