mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Fix msvc warning
This commit is contained in:
Vendored
+2
-1
@@ -337,8 +337,9 @@ inline ctrl_t* EmptyGroup() {
|
||||
kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
|
||||
|
||||
return const_cast<ctrl_t*>(empty_group);
|
||||
} else {
|
||||
return nullptr;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user