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 Apr 17, 2023
1 parent 78779a5 commit 8008d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/virtualraster/qgsvirtualrasterprovider.cpp
Expand Up @@ -121,6 +121,7 @@ QgsVirtualRasterProvider::QgsVirtualRasterProvider( const QgsVirtualRasterProvid
, mYBlockSize( other.mYBlockSize )
, mFormulaString( other.mFormulaString )
, mLastError( other.mLastError )
, mRasterLayers{} // see note in other constructor above

{
for ( const auto &it : other.mRasterLayers )
Expand Down

0 comments on commit 8008d62

Please sign in to comment.