mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-17 00:07:47 +00:00
Fixed cppcheck false positives
This commit is contained in:
parent
03eddddc0e
commit
5f7b8c3371
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue