mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
Fixed -Wunused-variable warnings
This commit is contained in:
@@ -77,7 +77,6 @@ bool USRPOutputSettings::deserialize(const QByteArray& data)
|
||||
|
||||
if (d.getVersion() == 1)
|
||||
{
|
||||
int intval;
|
||||
uint32_t uintval;
|
||||
|
||||
d.readS32(1, &m_devSampleRate, 5000000);
|
||||
|
||||
Reference in New Issue
Block a user