Hi, "Rainer Gerhards" <[EMAIL PROTECTED]> 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. _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
