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_bmdhand.cpp | |
| parent | ab23a2693da304f5b4ec9bfd08b30e4f5430a23b (diff) | |
Add UNUSED macro, enable clangd unused parameter warnings
Diffstat (limited to 'src/d/actor/d_a_bmdhand.cpp')
| -rw-r--r-- | src/d/actor/d_a_bmdhand.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_bmdhand.cpp b/src/d/actor/d_a_bmdhand.cpp index 1acc0d4d..53b4de71 100644 --- a/src/d/actor/d_a_bmdhand.cpp +++ b/src/d/actor/d_a_bmdhand.cpp @@ -637,6 +637,7 @@ void hand_move(bmdhand_class* i_this) { /* 00002E74-00002EC0 .text s_a_d_sub__FPvPv */ void* s_a_d_sub(void* param_1, void* param_2) { + UNUSED(param_2); if ((fopAc_IsActor(param_1)) && (fopAcM_GetName(param_1) == PROC_BMD)) { return param_1; } else { |
