We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a36b5 commit 6bfb0ddCopy full SHA for 6bfb0dd
cmake/OpenCVCompilerOptions.cmake
@@ -120,7 +120,6 @@ if(CV_GCC OR CV_CLANG)
120
add_extra_compiler_option(-Wshadow)
121
add_extra_compiler_option(-Wsign-promo)
122
add_extra_compiler_option(-Wuninitialized)
123
- add_extra_compiler_option(-Winit-self)
124
if(CV_GCC AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 6.0) AND (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 7.0))
125
add_extra_compiler_option(-Wno-psabi)
126
endif()
0 commit comments