Skip to content

Commit

Permalink
Fix compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Nov 29, 2024
1 parent 795c4df commit d010645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/CommandCreateGeo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit d010645

Please sign in to comment.