mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
core: drop cv::errorNoReturn()
replaced to cv::error()
This commit is contained in:
@@ -274,11 +274,7 @@ inline int DictValue::size() const
|
||||
case Param::REAL:
|
||||
return (int)pd->size();
|
||||
}
|
||||
#ifdef __OPENCV_BUILD
|
||||
CV_Error(Error::StsInternal, "");
|
||||
#else
|
||||
CV_ErrorNoReturn(Error::StsInternal, "");
|
||||
#endif
|
||||
}
|
||||
|
||||
inline std::ostream &operator<<(std::ostream &stream, const DictValue &dictv)
|
||||
|
||||
Reference in New Issue
Block a user