Skip to content

Commit 24da22e

Browse files
committed
Commenting out warnings-to-error directive for tests.
1 parent 788cb16 commit 24da22e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

libs/network/test/CMakeLists.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ set(Boost_USE_STATIC_LIBS ON)
1515
set(Boost_USE_MULTITHREADED ON)
1616

1717
if (Boost_FOUND)
18-
set_source_files_properties(
19-
http_incremental_parser.cpp hello_world.cpp
20-
http_1_0_test.cpp http_1_1_test.cpp
21-
http_localhost_tests.cpp https_localhost_tests.cpp
22-
message_test.cpp http_message_twst.cpp
23-
message_transform_test.cpp url_test.cpp
24-
PROPERTIES COMPILE_FLAGS "-Wall -Werror"
25-
)
18+
# set_source_files_properties(
19+
# http_incremental_parser.cpp hello_world.cpp
20+
# http_1_0_test.cpp http_1_1_test.cpp
21+
# http_localhost_tests.cpp https_localhost_tests.cpp
22+
# message_test.cpp http_message_twst.cpp
23+
# message_transform_test.cpp url_test.cpp
24+
# PROPERTIES COMPILE_FLAGS "-Wall -Werror"
25+
# )
2626
add_executable(cpp-netlib-http_incremental_parser http_incremental_parser.cpp)
2727
add_executable(cpp-netlib-hello_world hello_world.cpp)
2828
add_executable(cpp-netlib-http_1_0_test http_1_0_test.cpp)

0 commit comments

Comments
 (0)