1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 19:14:15 -04:00

Fixed -Wsign-compare warnings

This commit is contained in:
f4exb
2020-11-14 22:08:06 +01:00
parent 6285235257
commit 9bd8e9c34e
46 changed files with 137 additions and 138 deletions
@@ -78,7 +78,7 @@ bool RemoteSourceGUI::handleMessage(const Message& message)
{
const RemoteSource::MsgReportStreamData& report = (RemoteSource::MsgReportStreamData&) message;
uint32_t remoteSampleRate = report.get_sampleRate();
int remoteSampleRate = report.get_sampleRate();
if (remoteSampleRate != m_remoteSampleRate)
{