Message330526
> 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. |
|
Date |
User |
Action |
Args |
2018-11-27 14:56:59 | vstinner | set | recipients:
+ 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:59 | vstinner | set | messageid: <1543330619.34.0.788709270274.issue33012@psf.upfronthosting.co.za> |
2018-11-27 14:56:59 | vstinner | link | issue33012 messages |
2018-11-27 14:56:59 | vstinner | create | |
|