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 eba880f commit acc92faCopy full SHA for acc92fa
cmake/compiler_warnings.cmake
@@ -42,6 +42,8 @@ elseif((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MAT
42
add_compile_options(-Wno-error=maybe-uninitialized)
43
endif()
44
45
+ add_compile_options(-Wno-error=mismatched-new-delete)
46
+
47
elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES ".*Clang$")
48
add_compile_options(-Wconversion) # too much noise in gcc
49
0 commit comments