fix readability-*:

* readability-uppercase-literal-suffix
* readability-named-parameter
This commit is contained in:
wmayer
2023-11-15 11:22:02 +01:00
parent bd88162b9d
commit 276bbcad6e
24 changed files with 49 additions and 48 deletions

View File

@@ -76,7 +76,7 @@ int Handled::getRefCount() const
return static_cast<int>(*_lRefCount);
}
Handled& Handled::operator=(const Handled&)
Handled& Handled::operator=(const Handled& /*unused*/)
{
// we must not assign _lRefCount
return *this;