Skip to content

Commit b5f9439

Browse files
committed
fast_perfect_hash: fix warning
1 parent f30eccb commit b5f9439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/openmethod/policies/fast_perfect_hash.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ struct fast_perfect_hash : type_hash {
150150
//! arguments.
151151
//! @param options Zero or more option objects.
152152
template<class... Options>
153-
static auto finalize(std::tuple<Options...> opts) -> void {
153+
static auto finalize(std::tuple<Options...>) -> void {
154154
detail::fast_perfect_hash_control<Registry>.clear();
155155
}
156156
};

0 commit comments

Comments
 (0)