Makefile.mingw corrections and made the code pass much stricter checks (now mandated by Makefile.mignw) to ensure GCC 14 readiness.
This commit is contained in:
@@ -1034,7 +1034,7 @@ im1024_close(void *priv)
|
||||
}
|
||||
|
||||
static int
|
||||
im1024_available()
|
||||
im1024_available(void)
|
||||
{
|
||||
return rom_present(BIOS_ROM_PATH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user