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 ztane
Recipients cstratak, serhiy.storchaka, siddhesh, ztane
Date 2018-03-15.11:33:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521113602.82.0.467229070634.issue33012@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have GCC 8 so I cannot verify this bug, but *function pointer casts* are fine - any function pointer can be cast to any other function pointer - it is only that they must *not* be called unless cast back again to be compatible with the function definition. Any fix to the contrary might well *cause* undefined behaviour!

Could you provide a sample of the *actual warnings* so that they could be studied?
History
Date User Action Args
2018-03-15 11:33:22ztanesetrecipients: + ztane, serhiy.storchaka, siddhesh, cstratak
2018-03-15 11:33:22ztanesetmessageid: <1521113602.82.0.467229070634.issue33012@psf.upfronthosting.co.za>
2018-03-15 11:33:22ztanelinkissue33012 messages
2018-03-15 11:33:22ztanecreate