1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Quiet more warnings.

This commit is contained in:
John Greb
2014-11-21 19:44:19 +00:00
parent 0311f64527
commit 3717af3f43
10 changed files with 17 additions and 29 deletions
+1 -1
View File
@@ -669,7 +669,7 @@ bool SimpleDeserializer::parseAll()
readOfs += length;
if(readOfs == m_data.size())
if(readOfs == (uint)m_data.size())
return true;
}
return false;