mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
core: drop cv::errorNoReturn()
replaced to cv::error()
This commit is contained in:
@@ -82,7 +82,7 @@ inline static bool checkError(const char* file, const int line, const char* func
|
||||
default:
|
||||
msg = "Unknown error";
|
||||
};
|
||||
cv::errorNoReturn(Error::OpenGlApiCallError, func, msg, file, line);
|
||||
cv::error(Error::OpenGlApiCallError, func, msg, file, line);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user