This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients belopolsky, benjamin.peterson, christian.heimes, janssen
Date 2008-06-28.21:35:57
SpamBayes Score 0.17556639
Marked as misclassified No
Message-id <1214688958.47.0.508374711862.issue2973@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-06-28 21:35:58janssensetspambayes_score: 0.175566 -> 0.17556639
recipients: + janssen, belopolsky, christian.heimes, benjamin.peterson
2008-06-28 21:35:58janssensetspambayes_score: 0.175566 -> 0.175566
messageid: <1214688958.47.0.508374711862.issue2973@psf.upfronthosting.co.za>
2008-06-28 21:35:57janssenlinkissue2973 messages
2008-06-28 21:35:57janssencreate