cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl and libcurl 7.21.0 v. VMS

From: Jamie Lokier <jamie_at_shareable.org>
Date: Thu, 17 Jun 2010 17:55:22 +0100

Steven M. Schweda wrote:
> Around here [*], "size_t" is "unsigned int", which leads to some
> build-time complaints about potential problems in the SMTP code:

size_t is usually unsigned int or unsigned long(*), so this isn't a VMS
specific problem, except maybe the compiler warns a lot.

(*) That's why POSIX has a separate type, ssize_t, for read/write results.

-- Jamie
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-06-17