Commit 02e29fc9 authored by Ilya Lavrenov's avatar Ilya Lavrenov

suppress -Wclobbered warning

parent c879b1ab
...@@ -292,7 +292,7 @@ endif() ...@@ -292,7 +292,7 @@ endif()
set_target_properties(${the_module} PROPERTIES LINK_INTERFACE_LIBRARIES "") set_target_properties(${the_module} PROPERTIES LINK_INTERFACE_LIBRARIES "")
ocv_add_precompiled_headers(${the_module}) ocv_add_precompiled_headers(${the_module})
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wno-deprecated-declarations) ocv_warnings_disable(CMAKE_CXX_FLAGS -Wno-deprecated-declarations -Wno-clobbered)
if(WIN32 AND WITH_FFMPEG) if(WIN32 AND WITH_FFMPEG)
#copy ffmpeg dll to the output folder #copy ffmpeg dll to the output folder
......
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