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_dr2.cpp | |
| parent | ab23a2693da304f5b4ec9bfd08b30e4f5430a23b (diff) | |
Add UNUSED macro, enable clangd unused parameter warnings
Diffstat (limited to 'src/d/actor/d_a_dr2.cpp')
| -rw-r--r-- | src/d/actor/d_a_dr2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_dr2.cpp b/src/d/actor/d_a_dr2.cpp index d730c925..8e51c3f9 100644 --- a/src/d/actor/d_a_dr2.cpp +++ b/src/d/actor/d_a_dr2.cpp @@ -186,6 +186,7 @@ static BOOL daDr2_Draw(dr2_class* i_this) { /* 000006D4-00000720 .text s_a_d_sub__FPvPv */ void* s_a_d_sub(void* ac1, void* ac2) { + UNUSED(ac2); if (fopAcM_IsActor(ac1) && fopAcM_GetName(ac1) == PROC_BTD) { return ac1; } |
