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