coverity: initialize member

This commit is contained in:
Robin Müller 2021-04-08 19:07:51 +02:00
parent b30a3aaa38
commit 8f4ab6d7ed
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public:
return &entry;
}
T entry;
T entry = 0;
};
#endif /* FSFW_SERIALIZE_SERIALIZEELEMENT_H_ */