Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 56a54ca

Browse files
diyessirkimballn1
authored andcommitted
Initialize member for klocwork (#2431)
1 parent 931d7c0 commit 56a54ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngraph/function.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ namespace ngraph
107107
size_t m_instance_id;
108108
std::string m_name;
109109
const std::string m_unique_name;
110-
size_t m_placement;
110+
size_t m_placement{0};
111111
};
112112
}

0 commit comments

Comments
 (0)