Fix compiler warning

This commit is contained in:
srcejon 2023-11-02 14:40:56 +00:00
parent ba0eac7108
commit 38e6534307
1 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,8 @@ void AMDemodGUI::channelMarkerChangedByCursor()
void AMDemodGUI::on_deltaFrequency_changed(qint64 value)
{
(void) value;
qint64 offset = 0;
bool valid = true;