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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user