Add UNUSED macro, enable clangd unused parameter warnings

This commit is contained in:
LagoLunatic
2025-12-29 13:39:55 -05:00
parent ab23a2693d
commit a7421f5f66
12 changed files with 20 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ static u32 ita_Ef[] = { BITA_BRK_EF_BTDITA0, BITA_BRK_EF_BTDITA1 };
/* 00000078-000000C4 .text b_a_sub__FPvPv */
static void* b_a_sub(void* search, void* user) {
UNUSED(user);
if (fopAc_IsActor(search) && fopAcM_GetName(search) == PROC_BTD)
return search;
return NULL;