mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed warning.
This commit is contained in:
@@ -329,6 +329,7 @@ namespace bgfx { namespace hlsl
|
||||
|
||||
const uint8_t* headerBytePtr = (const uint8_t*)header;
|
||||
const char* creator = (const char*)(headerBytePtr + header->Creator);
|
||||
BX_UNUSED(creator);
|
||||
|
||||
BX_TRACE("Creator: %s 0x%08x", creator, header->Version);
|
||||
BX_TRACE("Num constants: %d", header->Constants);
|
||||
|
||||
Reference in New Issue
Block a user