Skip to content

Commit

Permalink
Fix clang warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMax committed Dec 4, 2023
1 parent 11a609f commit 55eb9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif()

check_compiler_flag(CXX -Wmost W_MOST)
if(W_MOST)
target_compile_options(lexio PRIVATE "-Wmost")
target_compile_options(test PRIVATE "-Wmost")
endif()

add_sanitizers(Catch2)
Expand Down

0 comments on commit 55eb9d2

Please sign in to comment.