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:
@@ -603,7 +603,7 @@ void cv::setWindowTitle(const String&, const String&)
|
||||
}
|
||||
|
||||
#define CV_NO_GUI_ERROR(funcname) \
|
||||
cv::errorNoReturn(cv::Error::StsError, \
|
||||
cv::error(cv::Error::StsError, \
|
||||
"The function is not implemented. " \
|
||||
"Rebuild the library with Windows, GTK+ 2.x or Carbon support. "\
|
||||
"If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script", \
|
||||
|
||||
Reference in New Issue
Block a user