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
@@ -271,6 +271,7 @@ void damage_mode_move(cc_class* i_this) {
/* 00000C74-00000D30 .text s_b_sub__FPvPv */
void* s_b_sub(void* arg0, void* arg1) {
UNUSED(arg1);
if (fopAcM_IsActor(arg0)) {
bool bVar2 = false;
if (fopAcM_GetName(arg0) == PROC_BOMB) {