emacs-devel
[Top][All Lists]
Advanced

[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: Tue, 01 Jan 2008 11:46:08 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Andreas Schwab <address@hidden> writes:

> Michael Albinus <address@hidden> writes:
>
>> Here I'm lost. I use something like
>>
>>   if (NILP (uname) || (strlen (SDATA (uname)) > 0))
>>
>> uname is a Lisp_Object. SDATA (uname) returns (char *).
>
> No, it returns (unsigned char *).

Yes, indeed. But then many src/*.c files should result in the same
compiler warning under MacOS X, because they use str* functions with
SDATA (x) as argument.

I tend to ignore the compiler warning. Or is there still something
obvious I don't see?

> Andreas.

Best regards, Michael.




reply via email to

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