mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
activated compiler warnings
This commit is contained in:
@@ -32,7 +32,7 @@ ClickableLabel::~ClickableLabel()
|
||||
{
|
||||
}
|
||||
|
||||
void ClickableLabel::mousePressEvent(QMouseEvent* event)
|
||||
void ClickableLabel::mousePressEvent(QMouseEvent* event __attribute__((unused)))
|
||||
{
|
||||
emit clicked();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user