Daniele Bartolini 11 vuotta sitten
vanhempi
sitoutus
81b88cba9e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      engine/core/memory/temp_allocator.h

+ 1 - 1
engine/core/memory/temp_allocator.h

@@ -32,7 +32,7 @@ public:
 
 	/// Does nothing, the memory is automatically freed when the
 	/// allocator is destroyed.
-	void deallocate(void* data) {}
+	void deallocate(void* /*data*/) {}
 
 	/// @copydoc Allocator::allocated_size()
 	uint32_t allocated_size(const void* /*ptr*/) { return SIZE_NOT_TRACKED; }