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

@@ -2062,7 +2062,7 @@ zip_global_init(void)
}
static int
zip_get_max(const ide_t *ide, const int ide_has_dma, const int type)
zip_get_max(UNUSED(const ide_t *ide), const int ide_has_dma, const int type)
{
int ret;
@@ -2086,7 +2086,7 @@ zip_get_max(const ide_t *ide, const int ide_has_dma, const int type)
}
static int
zip_get_timings(const ide_t *ide, const int ide_has_dma, const int type)
zip_get_timings(UNUSED(const ide_t *ide), const int ide_has_dma, const int type)
{
int ret;