mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Build for embedded systems
This commit is contained in:
@@ -961,7 +961,7 @@ void error( const Exception& exc )
|
||||
*p = 0;
|
||||
}
|
||||
|
||||
throw exc;
|
||||
CV_THROW(exc);
|
||||
}
|
||||
|
||||
void error(int _code, const String& _err, const char* _func, const char* _file, int _line)
|
||||
|
||||
Reference in New Issue
Block a user