Fix compiler warnings

This commit is contained in:
wmayer
2024-11-30 00:45:16 +01:00
committed by wwmayer
parent 7aedf91a1c
commit f72679f6a5

View File

@@ -1546,7 +1546,7 @@ CmdSketcherIntersection::CmdSketcherIntersection()
CONSTRUCTION_UPDATE_ACTION(CmdSketcherIntersection, "Sketcher_Intersection")
void CmdSketcherIntersection::activated(int iMsg)
void CmdSketcherIntersection::activated(int)
{
ActivateHandler(getActiveGuiDocument(), std::make_unique<DrawSketchHandlerExternal>(true));
}