Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
84ee4d70
Commit
84ee4d70
authored
Dec 13, 2017
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10297 from tomoaki0705:suppressOclWarning
parents
ce20efb8
267c5a74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
ocl.cpp
modules/core/src/ocl.cpp
+0
-6
No files found.
modules/core/src/ocl.cpp
View file @
84ee4d70
...
@@ -4339,9 +4339,6 @@ public:
...
@@ -4339,9 +4339,6 @@ public:
#if defined _MSC_VER
#pragma warning(disable:4127) // conditional expression is constant
#endif
template
<
bool
readAccess
,
bool
writeAccess
>
template
<
bool
readAccess
,
bool
writeAccess
>
class
AlignedDataPtr
class
AlignedDataPtr
{
{
...
@@ -4446,9 +4443,6 @@ private:
...
@@ -4446,9 +4443,6 @@ private:
AlignedDataPtr2D
(
const
AlignedDataPtr2D
&
);
// disabled
AlignedDataPtr2D
(
const
AlignedDataPtr2D
&
);
// disabled
AlignedDataPtr2D
&
operator
=
(
const
AlignedDataPtr2D
&
);
// disabled
AlignedDataPtr2D
&
operator
=
(
const
AlignedDataPtr2D
&
);
// disabled
};
};
#if defined _MSC_VER
#pragma warning(default:4127) // conditional expression is constant
#endif
#ifndef CV_OPENCL_DATA_PTR_ALIGNMENT
#ifndef CV_OPENCL_DATA_PTR_ALIGNMENT
#define CV_OPENCL_DATA_PTR_ALIGNMENT 16
#define CV_OPENCL_DATA_PTR_ALIGNMENT 16
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment