Assorted warning fixes

This commit is contained in:
Jasmine Iwanek
2025-01-26 15:15:53 -05:00
parent a5bf0dc9c8
commit 5f273265ae
136 changed files with 1374 additions and 1291 deletions

View File

@@ -1975,7 +1975,7 @@ mo_global_init(void)
}
static int
mo_get_max(const ide_t *ide, const int ide_has_dma, const int type)
mo_get_max(UNUSED(const ide_t *ide), const int ide_has_dma, const int type)
{
int ret;
@@ -1999,7 +1999,7 @@ mo_get_max(const ide_t *ide, const int ide_has_dma, const int type)
}
static int
mo_get_timings(const ide_t *ide, const int ide_has_dma, const int type)
mo_get_timings(UNUSED(const ide_t *ide), const int ide_has_dma, const int type)
{
int ret;