FreeCAD: master da4a2e4e

Author Committer Branch Timestamp Parent
wmayer wmayer master 2020-10-15 15:07:39 master 9c72532f
Changeset Py3: suppress warning: 'tp_print' is deprecated [-Wdeprecated-declarations]

If the tp_print slot is not set the warning -Wmissing-field-initializers is raised. If it's set then -Wdeprecated-declarations is raised.
So, the only way is to suppress it.
mod - src/Tools/generateTemplates/templateClassPyExport.py Diff File