SketcherGui: DSH - parameter unused depending of constexpr fixed
This commit is contained in:
committed by
abdullahtahiriyo
parent
8b6d133c26
commit
b4d4a00329
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user