reduce the amount of compilation warnings

This commit is contained in:
Thomas Bernard
2019-12-07 14:24:02 +01:00
parent bcbedab22d
commit 966b1e58c3
4 changed files with 8 additions and 1 deletions

View File

@@ -7895,6 +7895,8 @@ void Load_GRB(T_IO_Context * context)
else
bpp = 1;
GFX2_Log(GFX2_DEBUG, "HP48: %05X size=%u %ux%u\n", prologue, size, width, height);
File_error = 0;
Pre_load(context, width, height/bpp, file_size, FORMAT_GRB, PIXEL_SIMPLE, bpp);
if (File_error == 0)