Compiler warning cleanup (#26229)

* App: Compiler warning cleanup

* Gui: Compiler warning cleanup

* Assembly: Compiler warning cleanup

* Measure: Compiler warning cleanup

* Sketcher: Compiler warning cleanup

* TechDraw: Compiler warning cleanup

* PartDesign: Compiler warning cleanup
This commit is contained in:
Kacper Donat
2025-12-18 07:50:26 +01:00
committed by GitHub
17 changed files with 21 additions and 27 deletions

View File

@@ -775,7 +775,6 @@ void TaskRevolutionParameters::setGizmoPositions()
bool ret;
if (isGroove) {
auto groove = getObject<PartDesign::Groove>();
ret = getFeatureProps(getObject<PartDesign::Groove>());
}
else {