suppress -Wclobbered warning

pull/3949/head
Ilya Lavrenov 10 years ago
parent c879b1ab09
commit 02e29fc99c
  1. 2
      modules/highgui/CMakeLists.txt

@ -292,7 +292,7 @@ endif()
set_target_properties(${the_module} PROPERTIES LINK_INTERFACE_LIBRARIES "")
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)
#copy ffmpeg dll to the output folder

Loading…
Cancel
Save