mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
refactor: don't use CV_ErrorNoReturn() internally
This commit is contained in:
@@ -85,7 +85,7 @@ char* icvGets( CvFileStorage* fs, char* str, int maxCount )
|
||||
return ptr;
|
||||
}
|
||||
#endif
|
||||
CV_ErrorNoReturn(CV_StsError, "The storage is not opened");
|
||||
CV_Error(CV_StsError, "The storage is not opened");
|
||||
}
|
||||
|
||||
int icvEof( CvFileStorage* fs )
|
||||
|
||||
Reference in New Issue
Block a user