Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QgsSymbolRenderContext: add cppcheck suppression before fake assignme…
…nt operator
  • Loading branch information
rouault committed Jun 1, 2020
1 parent aaa7abb commit 794d085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology/qgssymbol.cpp
Expand Up @@ -1420,6 +1420,7 @@ double QgsSymbolRenderContext::outputPixelSize( double size ) const
return mRenderContext.convertToPainterUnits( size, mOutputUnit, mMapUnitScale );
}

// cppcheck-suppress operatorEqVarError
QgsSymbolRenderContext &QgsSymbolRenderContext::operator=( const QgsSymbolRenderContext & )
{
// This is just a dummy implementation of assignment.
Expand Down

0 comments on commit 794d085

Please sign in to comment.