Commit 56a54caf authored by Scott Cyphers's avatar Scott Cyphers Committed by Robert Kimball

Initialize member for klocwork (#2431)

parent 931d7c04
......@@ -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