mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-21 02:11:25 +00:00
- 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…
Reference in a new issue