mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
refactor: don't use CV_ErrorNoReturn() internally
This commit is contained in:
@@ -239,7 +239,7 @@ namespace
|
||||
#if CV__EXCEPTION_PTR
|
||||
std::rethrow_exception(pException);
|
||||
#else
|
||||
CV_ErrorNoReturn(Error::StsError, "Exception in parallel_for() body: " + exception_message);
|
||||
CV_Error(Error::StsError, "Exception in parallel_for() body: " + exception_message);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user