LimeSDR: fixed warnings

This commit is contained in:
f4exb 2017-07-03 22:35:08 +02:00
parent 99b100959f
commit 034610721b
2 changed files with 4 additions and 0 deletions

View File

@ -469,6 +469,8 @@ bool LimeSDROutput::handleMessage(const Message& message)
(*itSink)->getDeviceOutputMessageQueue()->push(report); (*itSink)->getDeviceOutputMessageQueue()->push(report);
} }
} }
return true;
} }
else else
{ {

View File

@ -480,6 +480,8 @@ bool LimeSDRInput::handleMessage(const Message& message)
(*itSink)->getDeviceOutputMessageQueue()->push(report); (*itSink)->getDeviceOutputMessageQueue()->push(report);
} }
} }
return true;
} }
else else
{ {