fix -Wextra in Part

This commit is contained in:
wmayer
2016-09-22 11:49:28 +02:00
parent 40c79f18e4
commit 1ce73dda96
38 changed files with 129 additions and 64 deletions

View File

@@ -431,23 +431,23 @@ PyObject *PropertyShapeHistory::getPyObject(void)
return Py::new_reference_to(Py::None());
}
void PropertyShapeHistory::setPyObject(PyObject *value)
void PropertyShapeHistory::setPyObject(PyObject *)
{
}
void PropertyShapeHistory::Save (Base::Writer &writer) const
void PropertyShapeHistory::Save (Base::Writer &) const
{
}
void PropertyShapeHistory::Restore(Base::XMLReader &reader)
void PropertyShapeHistory::Restore(Base::XMLReader &)
{
}
void PropertyShapeHistory::SaveDocFile (Base::Writer &writer) const
void PropertyShapeHistory::SaveDocFile (Base::Writer &) const
{
}
void PropertyShapeHistory::RestoreDocFile(Base::Reader &reader)
void PropertyShapeHistory::RestoreDocFile(Base::Reader &)
{
}