Fix warning

This commit is contained in:
Lynix 2018-01-07 04:13:58 +01:00
parent ff59d2b6df
commit 0b34b2374a
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ namespace Nz
}
template<typename T>
void CullingList<T>::NotifyMovement(CullTest type, std::size_t index, void* oldPtr, void* newPtr)
void CullingList<T>::NotifyMovement(CullTest type, std::size_t index, void* /*oldPtr*/, void* newPtr)
{
switch (type)
{