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 vstinner
Recipients cstratak, eitan.adler, gregory.p.smith, martin.panter, miss-islington, pmpp, resmord, serhiy.storchaka, siddhesh, terry.reedy, vstinner, xdegaye, yan12125, ztane
Date 2018-11-27.14:56:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543330619.34.0.788709270274.issue33012@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 62be74290aca26d16f3f55ece7ff6dad14e60e8d by Serhiy Storchaka in branch 'master':
> bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)

I still get something 100 warnings with GCC 8.2.1 on Fedora 29. I wrote PR 10744 to add a macro to cast a function pointer.

I chose to add a macro, so it will be easier to spot where we cast function pointers and change the implementation (cast) if needed at a single place.
History
Date User Action Args
2018-11-27 14:56:59vstinnersetrecipients: + vstinner, terry.reedy, gregory.p.smith, pmpp, xdegaye, martin.panter, serhiy.storchaka, ztane, eitan.adler, siddhesh, yan12125, cstratak, miss-islington, resmord
2018-11-27 14:56:59vstinnersetmessageid: <1543330619.34.0.788709270274.issue33012@psf.upfronthosting.co.za>
2018-11-27 14:56:59vstinnerlinkissue33012 messages
2018-11-27 14:56:59vstinnercreate