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:
@@ -783,7 +783,7 @@ genius_close(void *p)
|
||||
}
|
||||
|
||||
static int
|
||||
genius_available()
|
||||
genius_available(void)
|
||||
{
|
||||
return rom_present(BIOS_ROM_PATH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user