Unverified Commit 30f9e85b authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Initialize member for klocwork (#2440)

parent 0f2112f7
......@@ -107,6 +107,6 @@ namespace ngraph
size_t m_instance_id;
std::string m_name;
const std::string m_unique_name;
size_t m_placement;
size_t m_placement{0};
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment