Skip to content

Commit 62c0b41

Browse files
remove -Wno-unused-function
1 parent 22b42c2 commit 62c0b41

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ function(gen_test_single name files) # When the full matrix is not needed, to ke
9191
gen_test("${name}" "${files}" "" "-m32" "-m32" "11")
9292
endfunction()
9393

94-
# XXX TODO FIXME REMOVE THIS WHEN IMPLEMENTATION COMPLETE
95-
add_compile_options(-Wno-unused-function)
96-
9794
# Add the test targets.
9895
# Intrusive tests directly #include <canard.c> to access the internals.
9996
gen_test_matrix(test_helpers "src/test_helpers.c")

0 commit comments

Comments
 (0)