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 f28e343 commit 56471bfCopy full SHA for 56471bf
tests/CMakeLists.txt
@@ -44,7 +44,7 @@ if (BENCODE_BUILD_TESTS_COVERAGE)
44
set(CMAKE_C_FLAGS --coverage)
45
endif()
46
47
-target_compile_options(bencode-tests PRIVATE -fconcepts-diagnostics-depth=4 -Wfatal-errors)
+target_compile_options(bencode-tests PRIVATE -fconcepts-diagnostics-depth=4)
48
49
target_compile_definitions(bencode-tests PRIVATE RESOURCES_DIR=\"${CMAKE_CURRENT_SOURCE_DIR}/resources\")
50
0 commit comments