[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: |
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.
- Re: 23.0.50; dbus,
Michael Albinus <=
- 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, 2008/01/02
- Re: 23.0.50; dbus, Peter Dyballa, 2008/01/02
- Re: 23.0.50; dbus, Jan Djärv, 2008/01/03