fix -Wextra & -Wdeprecated in TechDraw

This commit is contained in:
wmayer
2016-09-22 19:32:16 +02:00
parent dbfcc77e6a
commit 6148bf4df5
32 changed files with 76 additions and 35 deletions

View File

@@ -91,12 +91,12 @@ PyObject* DrawViewClipPy::getChildViewNames(PyObject* args)
return result;
}
PyObject *DrawViewClipPy::getCustomAttributes(const char* attr) const
PyObject *DrawViewClipPy::getCustomAttributes(const char* ) const
{
return 0;
}
int DrawViewClipPy::setCustomAttributes(const char* attr, PyObject *obj)
int DrawViewClipPy::setCustomAttributes(const char* , PyObject *)
{
return 0;
}