SketcherGui: DSH - parameter unused depending of constexpr fixed

This commit is contained in:
Abdullah Tahiri
2023-11-13 21:07:33 +01:00
committed by abdullahtahiriyo
parent 8452edce03
commit 352d1f5bc3

View File

@@ -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);