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) // {