We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a3b0e8 + 80fc4e1 commit 69a4aadCopy full SHA for 69a4aad
extras/test/CMakeLists.txt
@@ -84,9 +84,10 @@ set(TEST_TARGET_SRCS
84
85
add_compile_definitions(HOST)
86
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
87
+add_compile_options(-Wno-cast-function-type)
88
89
set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} "--coverage")
-set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "--coverage")
90
+set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "--coverage -Wno-deprecated-copy")
91
92
##########################################################################
93
0 commit comments