From d010645d23f18f017241e1305226177c8d2873d1 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 30 Nov 2024 00:45:16 +0100 Subject: [PATCH] Fix compiler warnings --- src/Mod/Sketcher/Gui/CommandCreateGeo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp index 97b57910c920..a298eee3b568 100644 --- a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp +++ b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp @@ -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(true)); }