chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Problem mapping to "unsigned char *"


From: Tony Sidaway
Subject: [Chicken-users] Problem mapping to "unsigned char *"
Date: Mon, 26 Feb 2007 14:03:56 +0000

The nearest thing we have for mapping unsigned char * is c-string, but
using  that interface makes a compiler complaint of the following
type:

slang.c:1254: warning: pointer targets in passing argument 1 of
'SLang_buffer_keystring' differ in signedness

This is just a niggle, really, because it will probably never have a
serious problem, but it would be nice to have a workaround for this.

unsigned-c-string?




reply via email to

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