Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit d010645

Browse files
committed
Fix compiler warnings
1 parent 795c4df commit d010645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/Sketcher/Gui/CommandCreateGeo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ CmdSketcherIntersection::CmdSketcherIntersection()
15461546

15471547
CONSTRUCTION_UPDATE_ACTION(CmdSketcherIntersection, "Sketcher_Intersection")
15481548

1549-
void CmdSketcherIntersection::activated(int iMsg)
1549+
void CmdSketcherIntersection::activated(int)
15501550
{
15511551
ActivateHandler(getActiveGuiDocument(), std::make_unique<DrawSketchHandlerExternal>(true));
15521552
}

0 commit comments

Comments
 (0)