Added cppcheck scripts
This commit is contained in:
@@ -103,6 +103,7 @@ Wallet::Wallet(const Wallet& w)
|
||||
operator=(w);
|
||||
}
|
||||
|
||||
// cppcheck-suppress operatorEqVarError
|
||||
Wallet& Wallet::operator=(const Wallet& w)
|
||||
{
|
||||
if (this == &w) {
|
||||
|
||||
Reference in New Issue
Block a user