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:
OBattler
2022-11-17 22:44:06 +01:00
parent 74eb753d59
commit 27ebb27db7
108 changed files with 682 additions and 680 deletions

View File

@@ -876,7 +876,7 @@ voodoo_force_blit(void *p)
}
void *
voodoo_card_init()
voodoo_card_init(void)
{
int c;
voodoo_t *voodoo = malloc(sizeof(voodoo_t));
@@ -1152,7 +1152,7 @@ voodoo_2d3d_card_init(int type)
}
void *
voodoo_init()
voodoo_init(const device_t *info)
{
voodoo_set_t *voodoo_set = malloc(sizeof(voodoo_set_t));
uint32_t tmuConfig = 1;