mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Merge pull request #27 from cliffburdick/unused_vars
Tag unused variables
This commit is contained in:
@@ -124,7 +124,7 @@ private:
|
||||
virtual void do_log(nvbench::log_level, const std::string &) {}
|
||||
virtual void do_log_run_state(const nvbench::state &) {}
|
||||
virtual void do_print_benchmark_list(const benchmark_vector &) {}
|
||||
virtual void do_print_benchmark_results(const benchmark_vector &benches) {}
|
||||
virtual void do_print_benchmark_results(const benchmark_vector &) {}
|
||||
};
|
||||
|
||||
} // namespace nvbench
|
||||
|
||||
@@ -55,7 +55,7 @@ private:
|
||||
{
|
||||
return m_values[i];
|
||||
}
|
||||
std::string do_get_description(std::size_t i) const final { return {}; }
|
||||
std::string do_get_description(std::size_t) const final { return {}; }
|
||||
|
||||
std::vector<std::string> m_values;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user