Fix some build warnings when building with musl

This commit is contained in:
Justin Maggard
2020-11-11 15:46:36 -08:00
parent 379b66ca95
commit 347aafa6d7
4 changed files with 28 additions and 21 deletions

View File

@ -137,7 +137,7 @@ init_source(j_decompress_ptr cinfo)
return;
}
static int
static boolean
fill_input_buffer(j_decompress_ptr cinfo)
{
struct my_src_mgr *src = (void *)cinfo->src;