Skip to content

Commit d057945

Browse files
committed
fix warning
1 parent 0bda0fe commit d057945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/boost/openmethod/policies/vptr_vector.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ struct vptr_vector : vptr {
6969
static auto initialize(
7070
ForwardIterator first, ForwardIterator last,
7171
std::tuple<Options...> opts) -> void {
72+
(void)opts;
7273
std::size_t size;
74+
7375
if constexpr (has_type_hash) {
7476
auto [_, max_value] =
7577
type_hash::template initialize<ForwardIterator, Options...>(

0 commit comments

Comments
 (0)