Fixed cppcheck false positives

This commit is contained in:
SChernykh 2023-03-31 13:35:23 +02:00
parent 03eddddc0e
commit 5f7b8c3371

View file

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