Added cppcheck scripts

This commit is contained in:
SChernykh
2021-09-02 12:29:50 +02:00
parent 7092667301
commit bab148fbad
14 changed files with 30 additions and 6 deletions

View File

@@ -72,6 +72,7 @@ PoolBlock::PoolBlock(const PoolBlock& b)
operator=(b);
}
// cppcheck-suppress operatorEqVarError
PoolBlock& PoolBlock::operator=(const PoolBlock& b)
{
if (this == &b) {