mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Fixed -Wunused-parameter warnings
This commit is contained in:
@@ -155,6 +155,7 @@ const QString& TestMOSync::getDeviceDescription() const
|
||||
|
||||
int TestMOSync::getSourceSampleRate(int index) const
|
||||
{
|
||||
(void) index;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -424,4 +425,4 @@ void TestMOSync::webapiUpdateDeviceSettings(
|
||||
if (deviceSettingsKeys.contains("sampleRate")) {
|
||||
settings.m_sampleRate = response.getTestMoSyncSettings()->getSampleRate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user