mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-16 04:38:57 -04:00
Quiet more warnings.
This commit is contained in:
@@ -669,7 +669,7 @@ bool SimpleDeserializer::parseAll()
|
||||
|
||||
readOfs += length;
|
||||
|
||||
if(readOfs == m_data.size())
|
||||
if(readOfs == (uint)m_data.size())
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user