Skip to content

Commit

Permalink
Silence false positive cppcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 9, 2023
1 parent f88c0c3 commit e4a842b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsexpressioncontext.cpp
Expand Up @@ -339,6 +339,7 @@ QgsExpressionContext &QgsExpressionContext::operator=( QgsExpressionContext &&ot
return *this;
}

// cppcheck-suppress operatorEqVarError
QgsExpressionContext &QgsExpressionContext::operator=( const QgsExpressionContext &other )
{
if ( &other == this )
Expand Down

0 comments on commit e4a842b

Please sign in to comment.