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:
@@ -877,6 +877,7 @@ void light_on_off(bpw_class* i_this) {
|
||||
|
||||
/* 0000242C-000024B0 .text skull_search_sub__FPvPv */
|
||||
void* skull_search_sub(void* param_1, void* param_2) {
|
||||
UNUSED(param_2);
|
||||
fopAc_ac_c* actor = (fopAc_ac_c*)param_1;
|
||||
|
||||
if ((get_check_count < 100) && (fopAc_IsActor(actor))) {
|
||||
|
||||
Reference in New Issue
Block a user