Fix a couple of warnings found by PVS Studio (#6372)
This commit is contained in:
committed by
GitHub
parent
9b834810d5
commit
be353630d5
@@ -211,7 +211,7 @@ struct SharedRegion
|
||||
|
||||
char name[MAX_NAME_LENGTH + 1];
|
||||
std::uint64_t timestamp;
|
||||
std::uint16_t shm_key;
|
||||
std::uint16_t shm_key = 0;
|
||||
};
|
||||
|
||||
// Keeps a list of all shared regions in a fixed-sized struct
|
||||
|
||||
Reference in New Issue
Block a user