diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-29 13:39:55 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-29 13:39:55 -0500 |
| commit | a7421f5f6631a82d8aa593c09731cb50e4ce8a2c (patch) | |
| tree | 03eb28f216c26a06d8282ab8980d56cd3034b45d /src/d/actor/d_a_bwdg.cpp | |
| parent | ab23a2693da304f5b4ec9bfd08b30e4f5430a23b (diff) | |
Add UNUSED macro, enable clangd unused parameter warnings
Diffstat (limited to 'src/d/actor/d_a_bwdg.cpp')
| -rw-r--r-- | src/d/actor/d_a_bwdg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_bwdg.cpp b/src/d/actor/d_a_bwdg.cpp index d5d57511..aef1a9ad 100644 --- a/src/d/actor/d_a_bwdg.cpp +++ b/src/d/actor/d_a_bwdg.cpp @@ -153,6 +153,7 @@ static void wave_cont(bwdg_class* i_this, u8 r4) { /* 00000734-00000780 .text boss_a_d_sub__FPvPv */ static void* boss_a_d_sub(void* param_1, void* param_2) { + UNUSED(param_2); if (fopAc_IsActor(param_1) && fopAcM_GetName(param_1) == PROC_BWD) { return param_1; } |
