From 352d1f5bc354d86340d56df13fcb544bb6f6a85e Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Mon, 13 Nov 2023 21:07:33 +0100 Subject: [PATCH] SketcherGui: DSH - parameter unused depending of constexpr fixed --- src/Mod/Sketcher/Gui/DrawSketchDefaultWidgetController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/DrawSketchDefaultWidgetController.h b/src/Mod/Sketcher/Gui/DrawSketchDefaultWidgetController.h index 2de9dd3d7c..42f839c1ad 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchDefaultWidgetController.h +++ b/src/Mod/Sketcher/Gui/DrawSketchDefaultWidgetController.h @@ -182,7 +182,7 @@ public: } /// Change DSH to reflect a comboBox changed in the widget - void adaptDrawingToComboboxChange(int comboboxindex, int value) + void adaptDrawingToComboboxChange(int comboboxindex, [[maybe_unused]] int value) { Q_UNUSED(comboboxindex);