cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Minor patch to remove a couple of msvc compiler warnings

From: Yang Tse <yangsita_at_gmail.com>
Date: Tue, 15 Nov 2005 18:17:57 +0100

Albert,

> Ick. On UNIX, this is 'const void *'. What is it on your system?

On Windows it is 'const char *'. In this case, I think, there is no
problem typecasting this argument as (void *), it equally shuts up the
compiler warning and should be compatible with all platforms.
Received on 2005-11-15