fix -Wextra in FreeCADBase

This commit is contained in:
wmayer
2016-09-21 15:02:02 +02:00
parent e725c7b207
commit 39e589a4d7
16 changed files with 177 additions and 126 deletions

View File

@@ -122,7 +122,8 @@ PyTypeObject PyObjectBase::Type = {
0, /*tp_cache */
0, /*tp_subclasses */
0, /*tp_weaklist */
0 /*tp_del */
0, /*tp_del */
0 /*tp_version_tag */
};
/*------------------------------