Message366391
I remember coming across a similar error from GCC about casting from a const double pointer to a single pointer void and it said (I believe) something about having to have each cast having to be valid. I think it was implying something like that if you have
const void **p
you have to cast that as
(void *)(const void *)p
I will see if I can find that message and/or I can find out more about this cast problem in the Windows compiler. |
|
Date |
User |
Action |
Args |
2020-04-14 14:58:41 | petdance | set | recipients:
+ petdance, vstinner, benjamin.peterson, methane, serhiy.storchaka |
2020-04-14 14:58:40 | petdance | set | messageid: <1586876320.99.0.771485470034.issue39943@roundup.psfhosted.org> |
2020-04-14 14:58:40 | petdance | link | issue39943 messages |
2020-04-14 14:58:40 | petdance | create | |
|