fix -Wextra in Points

This commit is contained in:
wmayer
2016-09-21 21:10:41 +02:00
parent f19d424d8b
commit a800622620
5 changed files with 17 additions and 6 deletions

View File

@@ -125,6 +125,7 @@ void PropertyPointKernel::Restore(Base::XMLReader &reader)
void PropertyPointKernel::SaveDocFile (Base::Writer &writer) const
{
// does nothing
(void)writer;
}
void PropertyPointKernel::RestoreDocFile(Base::Reader &reader)