Fix clang-15 warnings

This commit is contained in:
greg7mdp
2022-11-19 14:25:19 -05:00
parent ab663358bc
commit d676385fb4
4 changed files with 13 additions and 69 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ namespace {
};
template <typename T, typename V>
void DoTest(const char *name, T *b, const std::vector<V> &values) {
void DoTest(const char *, T *b, const std::vector<V> &values) {
typename KeyOfValue<typename T::key_type, V>::type key_of_value;
T &mutable_b = *b;