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
59aa516c
Commit
59aa516c
authored
Nov 25, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Nov 25, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1860 from alalek:ocl_fix_undef_warn
parents
0537747f
ddc9be91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cl_platform.h
3rdparty/include/opencl/1.2/CL/cl_platform.h
+1
-1
CMakeLists.txt
modules/ocl/CMakeLists.txt
+1
-1
No files found.
3rdparty/include/opencl/1.2/CL/cl_platform.h
View file @
59aa516c
...
...
@@ -92,7 +92,7 @@ extern "C" {
#define CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED __attribute__((deprecated))
#define CL_EXT_PREFIX__VERSION_1_1_DEPRECATED
#endif
#elif
_WIN32
#elif
defined(_WIN32)
#ifdef CL_USE_DEPRECATED_OPENCL_1_0_APIS
#define CL_EXT_SUFFIX__VERSION_1_0_DEPRECATED
#define CL_EXT_PREFIX__VERSION_1_0_DEPRECATED
...
...
modules/ocl/CMakeLists.txt
View file @
59aa516c
...
...
@@ -5,4 +5,4 @@ endif()
set
(
the_description
"OpenCL-accelerated Computer Vision"
)
ocv_define_module
(
ocl opencv_core opencv_imgproc opencv_features2d opencv_objdetect opencv_video opencv_calib3d opencv_ml
"
${
OPENCL_LIBRARIES
}
"
)
ocv_warnings_disable
(
CMAKE_CXX_FLAGS -Wshadow
-Wundef
)
ocv_warnings_disable
(
CMAKE_CXX_FLAGS -Wshadow
)
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