fix -Wextra in FreeCADBase

This commit is contained in:
wmayer
2016-09-21 15:02:02 +02:00
parent 3f9fd3d54f
commit f408f3180b
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 */
};
/*------------------------------