coverity: initialize member
This commit is contained in:
parent
b30a3aaa38
commit
8f4ab6d7ed
@ -57,7 +57,7 @@ public:
|
|||||||
return &entry;
|
return &entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
T entry;
|
T entry = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* FSFW_SERIALIZE_SERIALIZEELEMENT_H_ */
|
#endif /* FSFW_SERIALIZE_SERIALIZEELEMENT_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user