- GCC warning cleanup
SVN r4031 (trunk)
This commit is contained in:
parent
e86f27a7a6
commit
dcb1a3c8bd
10 changed files with 18 additions and 17 deletions
|
|
@ -839,7 +839,7 @@ void FWadCollection::RenameNerve ()
|
|||
{
|
||||
continue;
|
||||
}
|
||||
if (fr->GetLength() != nervesize)
|
||||
if (fr->GetLength() != (long)nervesize)
|
||||
{
|
||||
// Skip MD5 computation when there is a
|
||||
// cheaper way to know this is not the file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue