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

@@ -327,6 +327,7 @@ MeasureType Measurement::getType()
TopoDS_Shape Measurement::getShape(App::DocumentObject* obj, const char* subName, TopAbs_ShapeEnum hint) const
{
(void)hint;
return Part::Feature::getShape(
obj,
Part::ShapeOption::NeedSubElement | Part::ShapeOption::ResolveLink