fix some compiler warnings in 32-bit linux

This commit is contained in:
hexcoder-
2021-10-02 22:47:22 +02:00
parent d668f9697c
commit e80131bef5
8 changed files with 19 additions and 14 deletions

View File

@ -413,7 +413,7 @@ static u32 read_file(u8 *in_file) {
if (!be_quiet && !quiet_mode) {
WARNF("Input file '%s' is too large, only reading %u bytes.", in_file,
WARNF("Input file '%s' is too large, only reading %ld bytes.", in_file,
MAX_FILE);
}