mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Add UNUSED macro, enable clangd unused parameter warnings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user