Skip to content

Commit 56471bf

Browse files
committed
remove -Wfatal-errors
1 parent f28e343 commit 56471bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (BENCODE_BUILD_TESTS_COVERAGE)
4444
set(CMAKE_C_FLAGS --coverage)
4545
endif()
4646

47-
target_compile_options(bencode-tests PRIVATE -fconcepts-diagnostics-depth=4 -Wfatal-errors)
47+
target_compile_options(bencode-tests PRIVATE -fconcepts-diagnostics-depth=4)
4848

4949
target_compile_definitions(bencode-tests PRIVATE RESOURCES_DIR=\"${CMAKE_CURRENT_SOURCE_DIR}/resources\")
5050

0 commit comments

Comments
 (0)