Skip to content

Commit 3a25f9d

Browse files
committed
fix: BSStringT warning
1 parent 67627a5 commit 3a25f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/RE/B/BSStringT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace RE
3232
}
3333
}
3434

35-
void deallocate(value_type* a_ptr, size_type a_count)
35+
void deallocate([[maybe_unused]] value_type* a_ptr, [[maybe_unused]] size_type a_count)
3636
{
3737
assert(a_ptr == _buffer);
3838
assert(a_count <= N);

0 commit comments

Comments
 (0)