fix -Wextra in Path

This commit is contained in:
wmayer
2016-09-23 21:20:38 +02:00
parent 6f43ec4c09
commit 9ceadafc3e
3 changed files with 13 additions and 13 deletions

View File

@@ -160,7 +160,7 @@ boost::python::list SplitArea(const CArea& a)
return alist;
}
void dxfArea(CArea& area, const char* str)
void dxfArea(CArea& area, const char* /*str*/)
{
area = CArea();
}