[Help-gnutls] Re: gnutls_transport_ptr and int fd's

Ludovic Courtès ludo at gnu.org
Mon May 5 15:23:44 CEST 2008


Hi,

"Rainer Gerhards" <rgerhards at gmail.com> writes:

> int ii = 6;
> gnutls_transport_set_ptr(pNew->sess, (gnutls_transport_ptr) ii);
>
> But I still get the same warning message. I am a bit puzzled,
> especially as this seems to be unusual...

I suppose it just means that sizeof (void *) != sizeof (int), as might
be the case on some 64-bit architectures.

Thanks,
Ludovic.






More information about the Gnutls-help mailing list