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.
2 parents 12a36b5 + 6bfb0dd commit a9f4f8dCopy full SHA for a9f4f8d
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