Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit24da22e

Browse files
committed
Commenting out warnings-to-error directive for tests.
1 parent788cb16 commit24da22e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎libs/network/test/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ set(Boost_USE_STATIC_LIBS ON)
1515
set(Boost_USE_MULTITHREADEDON)
1616

1717
if (Boost_FOUND)
18-
set_source_files_properties(
19-
http_incremental_parser.cpphello_world.cpp
20-
http_1_0_test.cpphttp_1_1_test.cpp
21-
http_localhost_tests.cpphttps_localhost_tests.cpp
22-
message_test.cpphttp_message_twst.cpp
23-
message_transform_test.cppurl_test.cpp
24-
PROPERTIESCOMPILE_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_parserhttp_incremental_parser.cpp)
2727
add_executable(cpp-netlib-hello_worldhello_world.cpp)
2828
add_executable(cpp-netlib-http_1_0_testhttp_1_0_test.cpp)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp