Skip to content

Commit

Permalink
Merge pull request #59789 from rouault/qgsopenclutls_build_issue_fix
Browse files Browse the repository at this point in the history
qgsopenclutils.cpp: fix build error on Windows (master only)
  • Loading branch information
rouault authored Dec 9, 2024
2 parents c67ca63 + a8ca887 commit e9138ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsopenclutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ QString QgsOpenClUtils::deviceId( const cl::Device device )
static void emitLogMessageForSEHException( int exceptionCode )
{
QgsMessageLog::logMessage( QObject::tr( "Unexpected exception of code %1 occurred while searching for OpenCL device. Note that the application may become unreliable and may need to be restarted." ).arg( exceptionCode ),
LOGMESSAGE_TAG, Qgis::MessageLevel::Warning );
QgsOpenClUtils::LOGMESSAGE_TAG, Qgis::MessageLevel::Warning );
}
#endif

Expand Down

0 comments on commit e9138ea

Please sign in to comment.