STINNER Victor <vstin...@redhat.com> added the comment:

The GCC warning is:

func_cast.c:34:30: warning: cast between incompatible function types from 
'python_callback' {aka 'void (*)(void *)'} to 'void * (*)(void *)' 
[-Wcast-function-type]
     pthread_callback func2 = (pthread_callback)func;
                              ^

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to