[issue2973] _ssl compiler warnings

Bill Janssen report at bugs.python.org
Sat Jun 28 23:35:58 CEST 2008


Bill Janssen <bill.janssen at gmail.com> added the comment:

Any progress here?  I haven't yet found a formulation which suppresses
the warning on all platforms.  I'm guessing there will have to be some
kind of cpp test

#if SOMEFEATURE
#define D2I_PARAMETER_2_TYPE unsigned char *
#else
#define D2I_PARAMETER_2_TYPE const unsigned char *
#endif

----------
nosy: +janssen

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2973>
_______________________________________


More information about the Python-bugs-list mailing list