mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 13:03:05 +01:00
Fixed GCC warning.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace bgfx
|
||||
if (NULL != _ptr) \
|
||||
{ \
|
||||
ULONG count = _ptr->Release(); \
|
||||
_check(_expected == count, "RefCount is %d (expected %d).", count, _expected); \
|
||||
_check(_expected == count, "RefCount is %d (expected %d).", count, _expected); BX_UNUSED(count); \
|
||||
_ptr = NULL; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
Reference in New Issue
Block a user