mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
5fb3869775
* Fixed clang -Wnewline-eof warnings * Fixed all trivial clang -Wextra-semi and -Wc++98-compat-extra-semi warnings * Removed trailing semi from various macros * Fixed various -Wunused-macros warnings * Fixed some trivial -Wdocumentation warnings * Fixed some -Wdocumentation-deprecated-sync warnings * Fixed incorrect indentation * Suppressed some clang warnings in 3rd party code * Fixed QRCodeEncoder::Params documentation. --------- Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai>
9 lines
124 B
C++
9 lines
124 B
C++
#ifdef HAVE_OPENCV_CORE
|
|
|
|
#include "opencv2/core/async.hpp"
|
|
|
|
CV_PY_TO_CLASS(AsyncArray)
|
|
CV_PY_FROM_CLASS(AsyncArray)
|
|
|
|
#endif
|