fix -Wextra in FreeCADApp
This commit is contained in:
@@ -1354,7 +1354,7 @@ unsigned int PropertyString::getMemSize (void) const
|
||||
return static_cast<unsigned int>(_cValue.size());
|
||||
}
|
||||
|
||||
void PropertyString::setPathValue(const ObjectIdentifier &path, const boost::any &value)
|
||||
void PropertyString::setPathValue(const ObjectIdentifier &path, const boost::any & /*value*/)
|
||||
{
|
||||
verifyPath(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user