Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
nyalldawson committed Jan 10, 2022
1 parent 40ba7b0 commit 32ca4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pal/problem.cpp
Expand Up @@ -570,7 +570,7 @@ inline Chain *Problem::chain( int seed )
}


void Problem::chainSearch( QgsRenderContext &context )
void Problem::chainSearch( QgsRenderContext & )
{
if ( mFeatureCount == 0 )
return;
Expand Down

0 comments on commit 32ca4ad

Please sign in to comment.