Fix a couple of warnings found by PVS Studio (#6372)
This commit is contained in:
committed by
GitHub
parent
9b834810d5
commit
be353630d5
@@ -231,7 +231,7 @@ class MultiLevelGraph : public util::StaticGraph<EdgeDataT, Ownership>
|
||||
|
||||
protected:
|
||||
Vector<EdgeOffset> node_to_edge_offset;
|
||||
std::uint32_t connectivity_checksum;
|
||||
std::uint32_t connectivity_checksum = 0;
|
||||
};
|
||||
|
||||
using MultiLevelEdgeBasedGraph =
|
||||
|
||||
Reference in New Issue
Block a user