- silence some warnings.

This commit is contained in:
Christoph Oelckers 2023-01-07 18:35:30 +01:00
parent 1a0aa95ff4
commit 4c751db489
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ public:
//
//==========================================================================
bool CheckIfRaw(FileReader & data, int desiredsize)
bool CheckIfRaw(FileReader & data, unsigned desiredsize)
{
if (data.GetLength() != desiredsize) return false;

View file

@ -109,7 +109,7 @@ public:
//
//==========================================================================
bool CheckIfRaw(FileReader & data, int desiredsize);
bool CheckIfRaw(FileReader & data, unsigned desiredsize);
//==========================================================================
//