Resolve Klocwork issues (#4341)
This commit is contained in:
parent
a3af43c8e4
commit
cc645d50e4
@ -203,7 +203,8 @@ namespace ngraph
|
||||
// Set-up parameters from parent graph which are not changed during Loop's
|
||||
// iterations
|
||||
for (auto out_from_parent_it = outputs_from_parent.begin();
|
||||
body_inputs_it != body_inputs.end();
|
||||
body_inputs_it != body_inputs.end() &&
|
||||
out_from_parent_it != outputs_from_parent.end();
|
||||
++body_inputs_it, ++out_from_parent_it)
|
||||
{
|
||||
loop->set_invariant_input(*body_inputs_it, *out_from_parent_it);
|
||||
|
@ -45,7 +45,7 @@ namespace ngraph
|
||||
std::string to_string() const;
|
||||
|
||||
private:
|
||||
std::string m_data_location;
|
||||
std::string m_data_location{};
|
||||
int m_offset = 0;
|
||||
int m_data_lenght = 0;
|
||||
int m_sha1_digest = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user