mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
ocl: don't disable Undef warnings
This commit is contained in:
parent
fbc91c5ee9
commit
ddc9be9170
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user