Skip to content

Commit c71a040

Browse files
committed
Fix warning
1 parent dcc92de commit c71a040

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/analysis/testqgsrastercalculator.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ void TestQgsRasterCalculator::calcFormulasWithReprojectedLayers()
729729
if ( ! QgsOpenClUtils::available() )
730730
return ;
731731
QgsOpenClUtils::setEnabled( useOpenCL );
732+
#else
733+
Q_UNUSED( useOpenCL )
732734
#endif
733735

734736
QTemporaryFile tmpFile;

0 commit comments

Comments
 (0)