mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
Fix clang-15 warnings
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user