Skip to content

Commit 9fdc127

Browse files
committed
fix warning
1 parent 8617f71 commit 9fdc127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/openmethod/policies/fast_perfect_hash.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ void fast_perfect_hash::fn<Registry>::initialize(
176176
using namespace policies;
177177

178178
const auto N = std::distance(first, last);
179+
(void)opts;
179180

180181
if constexpr (
181182
detail::has_option<trace, Options...> && Registry::has_output) {

0 commit comments

Comments
 (0)