diff --git a/include/xo/allocutil/gc_allocator_traits.hpp b/include/xo/allocutil/gc_allocator_traits.hpp index 2056868..7e27d67 100644 --- a/include/xo/allocutil/gc_allocator_traits.hpp +++ b/include/xo/allocutil/gc_allocator_traits.hpp @@ -46,11 +46,11 @@ namespace xo { template struct FallbackGcInterface { template - FallbackGcInterface(Allocator & alloc) {} + FallbackGcInterface(Allocator & /*alloc*/) {} - bool check_write_barrier(const void * parent, - const void * const * lhs, - bool may_throw) { return true; }; + bool check_write_barrier(const void * /*parent*/, + const void * const * /*lhs*/, + bool /*may_throw*/) { return true; }; }; /** Extended version of