fix -Wextra in FreeCADGui
This commit is contained in:
@@ -407,7 +407,7 @@ SoDetail* ViewProviderPythonFeatureImp::getDetail(const char* name) const
|
||||
return 0;
|
||||
}
|
||||
|
||||
std::vector<Base::Vector3d> ViewProviderPythonFeatureImp::getSelectionShape(const char* Element) const
|
||||
std::vector<Base::Vector3d> ViewProviderPythonFeatureImp::getSelectionShape(const char* /*Element*/) const
|
||||
{
|
||||
return std::vector<Base::Vector3d>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user