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
parent 420e8147fa
commit 3a6baf0d1d

View File

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