Skip to content

Commit f4e3592

Browse files
committed
fix warnings
1 parent 99c072c commit f4e3592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ class boost_null_impl : public base_boost_impl
822822
}
823823

824824
clock_type::duration
825-
serialize_string(file_item const& fi, std::size_t repeat) const override
825+
serialize_string(file_item const&, std::size_t) const override
826826
{
827827
return skip();
828828
}

0 commit comments

Comments
 (0)