From 0b34b2374ae6fed6b89d3cab89fd01b0ada47848 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 7 Jan 2018 04:13:58 +0100 Subject: [PATCH] Fix warning --- include/Nazara/Graphics/CullingList.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Nazara/Graphics/CullingList.inl b/include/Nazara/Graphics/CullingList.inl index 270caefb3..c4baf0f1d 100644 --- a/include/Nazara/Graphics/CullingList.inl +++ b/include/Nazara/Graphics/CullingList.inl @@ -212,7 +212,7 @@ namespace Nz } template - void CullingList::NotifyMovement(CullTest type, std::size_t index, void* oldPtr, void* newPtr) + void CullingList::NotifyMovement(CullTest type, std::size_t index, void* /*oldPtr*/, void* newPtr) { switch (type) {