help-gnutls
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: [Help-gnutls] Re: gnutls_transport_ptr and int fd's
Date: Mon, 05 May 2008 15:23:44 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

"Rainer Gerhards" <address@hidden> 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.





reply via email to

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