Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 2, 2019
1 parent dcc92de commit c71a040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/analysis/testqgsrastercalculator.cpp
Expand Up @@ -729,6 +729,8 @@ void TestQgsRasterCalculator::calcFormulasWithReprojectedLayers()
if ( ! QgsOpenClUtils::available() )
return ;
QgsOpenClUtils::setEnabled( useOpenCL );
#else
Q_UNUSED( useOpenCL )
#endif

QTemporaryFile tmpFile;
Expand Down

0 comments on commit c71a040

Please sign in to comment.