Commit ddc9be91 authored by Alexander Alekhin's avatar Alexander Alekhin

ocl: don't disable Undef warnings

parent fbc91c5e
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment