Cleanup: warnings building with Python 3.8

This commit is contained in:
2019-10-16 14:44:36 +11:00
parent 01e2786bdd
commit 36b6fb5cd6
13 changed files with 39 additions and 39 deletions

View File

@@ -3055,7 +3055,7 @@ PyTypeObject vector_Type = {
/* Methods to implement standard operations */
(destructor)BaseMathObject_dealloc, /* destructor tp_dealloc; */
NULL, /* printfunc tp_print; */
(printfunc)NULL, /* printfunc tp_print; */
NULL, /* getattrfunc tp_getattr; */
NULL, /* setattrfunc tp_setattr; */
NULL, /* cmpfunc tp_compare; */