Compiler warning cleanup (#22997)
* Part: Remove unused arguments from isLinearEdge * Gui: For Qt 6.5 and later, use ParseOptions in xml * Gui: Remove unused variable from fuzzyMatch() * Sketcher: Remove unused parameter from *ReferenceSelection * PD: Remove unused parameter from *ReferenceSelection * Part: Rename layout to avoid conflict * FEM: remove unused variable from handlePropertyChange * CAM: Eliminate C++11 compiler warning by explicitly defaulting copy
This commit is contained in:
@@ -85,7 +85,7 @@ const QString TaskSketchBasedParameters::onAddSelection(const Gui::SelectionChan
|
||||
return refStr;
|
||||
}
|
||||
|
||||
void TaskSketchBasedParameters::startReferenceSelection(App::DocumentObject* profile,
|
||||
void TaskSketchBasedParameters::startReferenceSelection(App::DocumentObject*,
|
||||
App::DocumentObject* base)
|
||||
{
|
||||
const auto* bodyViewProvider = getViewObject<ViewProvider>()->getBodyViewProvider();
|
||||
@@ -105,7 +105,7 @@ void TaskSketchBasedParameters::startReferenceSelection(App::DocumentObject* pro
|
||||
}
|
||||
}
|
||||
|
||||
void TaskSketchBasedParameters::finishReferenceSelection(App::DocumentObject* profile,
|
||||
void TaskSketchBasedParameters::finishReferenceSelection(App::DocumentObject*,
|
||||
App::DocumentObject* base)
|
||||
{
|
||||
if (!previouslyVisibleViewProvider) {
|
||||
|
||||
Reference in New Issue
Block a user