- silence some warnings.
This commit is contained in:
parent
1a0aa95ff4
commit
4c751db489
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ public:
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
bool CheckIfRaw(FileReader & data, int desiredsize)
|
||||
bool CheckIfRaw(FileReader & data, unsigned desiredsize)
|
||||
{
|
||||
if (data.GetLength() != desiredsize) return false;
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ public:
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
bool CheckIfRaw(FileReader & data, int desiredsize);
|
||||
bool CheckIfRaw(FileReader & data, unsigned desiredsize);
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue