From a2e8cacaf2be6f77bf27fac1ae97926b751ac003 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Tue, 16 Jan 2024 14:24:41 -0500 Subject: [PATCH] we love warnings --- include/blt/std/allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/blt/std/allocator.h b/include/blt/std/allocator.h index a60bfa8..3b5bfa5 100644 --- a/include/blt/std/allocator.h +++ b/include/blt/std/allocator.h @@ -165,7 +165,7 @@ namespace blt * * ALLOCATORS RETURN UNINIT STORAGE!! THIS HAS BEEN DISABLED. */ - inline void allocate_in_block(pointer begin, size_t n) + inline void allocate_in_block(pointer, size_t) { // if constexpr (std::is_default_constructible_v && !std::is_trivially_default_constructible_v) // {