Fix gcc builds & unused var warning

This commit is contained in:
Michael Flaherty 2018-07-25 20:14:02 -07:00
parent 46628974e3
commit 8d28c544a4

View File

@ -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(); \