diff --git a/examples/Paging/main.cpp b/examples/Paging/main.cpp index 6d183033..cac31ff3 100644 --- a/examples/Paging/main.cpp +++ b/examples/Paging/main.cpp @@ -137,7 +137,7 @@ public: } } - virtual void pageOut(const PolyVox::Region& region, Block* pBlockData) + virtual void pageOut(const PolyVox::Region& region, Block* /*pBlockData*/) { std::cout << "warning unloading region: " << region.getLowerCorner() << " -> " << region.getUpperCorner() << std::endl; }