mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Suppress technically accurate but annoying warning about unused member
This commit is contained in:
@@ -69,6 +69,7 @@ AMDCounters::AMDCounters(bool dx12DebugLayerEnabled)
|
||||
bool AMDCounters::Init(ApiType apiType, void *pContext)
|
||||
{
|
||||
#if DISABLED(RDOC_WIN32) && DISABLED(RDOC_LINUX)
|
||||
(void)m_dx12DebugLayerEnabled;
|
||||
return false;
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user