Fixed cppcheck false positives

pull/253/head
SChernykh 1 year ago
parent 03eddddc0e
commit 5f7b8c3371

@ -407,6 +407,7 @@ private:
struct PublicKeyEntry struct PublicKeyEntry
{ {
hash m_key; hash m_key;
// cppcheck-suppress unusedStructMember
uint64_t m_timestamp; uint64_t m_timestamp;
}; };
@ -414,6 +415,7 @@ private:
{ {
hash m_pub; hash m_pub;
hash m_sec; hash m_sec;
// cppcheck-suppress unusedStructMember
uint64_t m_timestamp; uint64_t m_timestamp;
}; };

Loading…
Cancel
Save