remove warnings when compiling with MSVC++2010

This commit is contained in:
Thomas Bernard
2018-03-19 15:58:28 +01:00
parent 10997509c8
commit f9616f570a
6 changed files with 10 additions and 8 deletions

View File

@@ -892,7 +892,7 @@ void Load_IFF(T_IO_Context * context)
short line_size = 0; // Taille d'une ligne en octets
short plane_line_size = 0; // Size of line in bytes for 1 plane
short real_line_size = 0; // Taille d'une ligne en pixels
long file_size;
unsigned long file_size;
dword dummy;
int iff_format = 0;
int plane;