mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Fixed most clang -Wextra-semi warnings
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
bool isPythonBindingsDebugEnabled();
|
||||
void emit_failmsg(PyObject * exc, const char *msg);
|
||||
int failmsg(const char *fmt, ...);
|
||||
PyObject* failmsgp(const char *fmt, ...);;
|
||||
PyObject* failmsgp(const char *fmt, ...);
|
||||
|
||||
//======================================================================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user