We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e40af commit 3ebd97cCopy full SHA for 3ebd97c
1 file changed
cmake/compileroptions.cmake
@@ -28,6 +28,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
28
add_compile_options(-Wno-missing-braces)
29
add_compile_options(-Wno-sign-compare)
30
add_compile_options(-Wno-multichar)
31
+ add_compile_options(-Wno-maybe-uninitialized) # there are some false positives
32
elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
33
34
add_compile_options(-Wno-deprecated-declarations)
0 commit comments