Suppress technically accurate but annoying warning about unused member

This commit is contained in:
baldurk
2018-05-24 23:16:38 +01:00
parent ec356da027
commit 7fe45cee05
@@ -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