1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Fix gcc warning

This commit is contained in:
srcejon 2024-09-22 15:22:07 +01:00 committed by f4exb
parent de42cf0668
commit 84239e7791

View File

@ -273,6 +273,8 @@ void RemoteTCPSinkSettingsDialog::on_iqOnly_toggled(bool checked)
void RemoteTCPSinkSettingsDialog::on_isotropic_toggled(bool checked)
{
(void) checked;
displayEnabled();
}