mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Fixed most clang -Wextra-semi warnings
This commit is contained in:
@@ -43,7 +43,7 @@ std::vector<ParallelBackendInfo>& getBuiltinParallelBackendsInfo()
|
||||
#endif
|
||||
};
|
||||
return g_backends;
|
||||
};
|
||||
}
|
||||
|
||||
static
|
||||
bool sortByPriority(const ParallelBackendInfo &lhs, const ParallelBackendInfo &rhs)
|
||||
|
||||
Reference in New Issue
Block a user