Fixed avoidable compilation warning about unused variable.

This commit is contained in:
Artem Kharytoniuk 2018-01-24 11:40:01 +01:00
parent defbf3d975
commit 47efe84239

View File

@ -6379,7 +6379,7 @@ void VmaBlockVector::DestroyDefragmentator()
void VmaBlockVector::MakePoolAllocationsLost( void VmaBlockVector::MakePoolAllocationsLost(
uint32_t currentFrameIndex, uint32_t currentFrameIndex,
size_t* pLostAllocationCount) size_t* /*pLostAllocationCount*/)
{ {
VmaMutexLock lock(m_Mutex, m_hAllocator->m_UseMutex); VmaMutexLock lock(m_Mutex, m_hAllocator->m_UseMutex);