Skip to content

Commit

Permalink
Ignore clang poco warnings under test
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Feb 16, 2022
1 parent e4c8002 commit d2e650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/testing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enable_testing()
include_directories(include)
add_executable(simple_websocket_test test/SimpleWebSocketTests.cpp)
target_link_libraries(simple_websocket_test Catch2::Catch2 Poco::Net)
target_compile_options(simple_websocket_test PRIVATE -Wall -Werror -Wno-deprecated-enum-enum-conversion)
target_compile_options(simple_websocket_test PRIVATE -Wall -Werror -Wno-deprecated-enum-enum-conversion -Wno-implicit-int-float-conversion)
include(CTest)
include(Catch)
catch_discover_tests(simple_websocket_test)

0 comments on commit d2e650e

Please sign in to comment.