Snippets for solfege 3.23.4 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/frsvj307zz6q2dwirshavc9kdfcr7s6y-solfege-3.23.4.drv.
-
solfege_c_midi_wrap.c:1765:22: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 1765 | { Py_tp_dealloc, (void *)SwigVarLink_dealloc }, | ^ -
solfege_c_midi_wrap.c:1766:19: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 1766 | { Py_tp_repr, (void *)SwigVarLink_repr }, | ^ -
solfege_c_midi_wrap.c:1767:22: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 1767 | { Py_tp_getattr, (void *)SwigVarLink_getattr }, | ^ -
solfege_c_midi_wrap.c:1768:22: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 1768 | { Py_tp_setattr, (void *)SwigVarLink_setattr }, | ^ -
solfege_c_midi_wrap.c:1769:18: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 1769 | { Py_tp_str, (void *)SwigVarLink_str }, | ^ -
solfege_c_midi_wrap.c:2423:22: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2423 | { Py_tp_dealloc, (void *)SwigPyObject_dealloc }, | ^ -
solfege_c_midi_wrap.c:2424:19: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2424 | { Py_tp_repr, (void *)SwigPyObject_repr }, | ^ -
solfege_c_midi_wrap.c:2425:23: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2425 | { Py_tp_getattro, (void *)PyObject_GenericGetAttr }, | ^ -
solfege_c_midi_wrap.c:2427:26: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2427 | { Py_tp_richcompare, (void *)SwigPyObject_richcompare }, | ^ -
solfege_c_midi_wrap.c:2429:18: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2429 | { Py_nb_int, (void *)SwigPyObject_long }, | ^ -
solfege_c_midi_wrap.c:2665:22: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2665 | { Py_tp_dealloc, (void *)SwigPyPacked_dealloc }, | ^ -
solfege_c_midi_wrap.c:2666:19: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2666 | { Py_tp_repr, (void *)SwigPyPacked_repr }, | ^ -
solfege_c_midi_wrap.c:2667:18: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2667 | { Py_tp_str, (void *)SwigPyPacked_str }, | ^ -
solfege_c_midi_wrap.c:2668:23: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2668 | { Py_tp_getattro, (void *)PyObject_GenericGetAttr }, | ^ -
solfege_c_midi_wrap.c:4678:20: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 4678 | Py_mod_exec, (void *)SWIG_mod_exec | ^