Skip to content

Commit

Permalink
fix(Build): fix warning issues (#60428)
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored Feb 6, 2025
1 parent d4526d7 commit 278eb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsrastercalculator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,9 @@ void TestQgsRasterCalculator::calcWithDataType_data()
void TestQgsRasterCalculator::calcWithDataType()
{
QFETCH( int, dataType );
QFETCH( bool, useOpenCL );

#ifdef HAVE_OPENCL
QFETCH( bool, useOpenCL );
if ( QgsOpenClUtils::available() && useOpenCL )
QgsOpenClUtils::setEnabled( useOpenCL );
else
Expand Down

0 comments on commit 278eb79

Please sign in to comment.