mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-15 18:18:31 +00:00
Fix gcc builds & unused var warning
This commit is contained in:
parent
46628974e3
commit
8d28c544a4
@ -128,6 +128,7 @@ enum PropFieldType
|
||||
type); \
|
||||
} \
|
||||
} \
|
||||
(void)bit_count; \
|
||||
|
||||
#define FIND_PROP_SEND_IN_SENDTABLE(info, pProp, element, type, type_name) \
|
||||
SendTable *pTable = pProp->GetDataTable(); \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user