cache_policy.hpp raises warning when compiled with -Wunused-parameter
mrichmon opened this issue · 1 comments
mrichmon commented
produces an unused parameter warning when compiled with -Wunused-parameter
.
Suggest changing this line to the following to disable the warning only on this method signature.
void Touch(__attribute__((unused)) const Key &key) noexcept override