Fix sign conversion error
This commit is contained in:
@@ -405,7 +405,7 @@ TEST(set, IntrusiveIntKey)
|
||||
|
||||
struct MyKeyType {
|
||||
uint32_t key;
|
||||
uint32_t attached_data;
|
||||
int32_t attached_data;
|
||||
|
||||
uint32_t hash() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user