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 8b6d133c26
commit b4d4a00329

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