mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 09:25:45 +08:00
eliminate build warnings
This commit is contained in:
parent
43d306fc2d
commit
8cbd20b380
@ -735,11 +735,11 @@ public:
|
||||
OpenCLExecutionContext() = default;
|
||||
~OpenCLExecutionContext() = default;
|
||||
|
||||
OpenCLExecutionContext(const OpenCLExecutionContext& other) = default;
|
||||
OpenCLExecutionContext(OpenCLExecutionContext&& other) = default;
|
||||
OpenCLExecutionContext(const OpenCLExecutionContext&) = default;
|
||||
OpenCLExecutionContext(OpenCLExecutionContext&&) = default;
|
||||
|
||||
OpenCLExecutionContext& operator=(const OpenCLExecutionContext& other) = default;
|
||||
OpenCLExecutionContext& operator=(OpenCLExecutionContext&& other) = default;
|
||||
OpenCLExecutionContext& operator=(const OpenCLExecutionContext&) = default;
|
||||
OpenCLExecutionContext& operator=(OpenCLExecutionContext&&) = default;
|
||||
|
||||
/** Get associated ocl::Context */
|
||||
Context& getContext() const;
|
||||
|
Loading…
Reference in New Issue
Block a user