File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ project
23
23
<threading>multi
24
24
: requirements
25
25
<define>BOOST_LEAF_BOOST_AVAILABLE
26
+ <define>_CRT_SECURE_NO_WARNINGS
26
27
<threading>single:<define>BOOST_LEAF_NO_THREADS
27
28
<toolset>gcc:<cxxflags>"-Wno-delete-non-virtual-dtor -Wno-parentheses"
28
29
<toolset>clang:<cxxflags>"-Wno-unused-variable -Wno-delete-non-virtual-dtor -Wno-non-virtual-dtor -Wno-dangling-else"
@@ -62,11 +63,11 @@ run ctx_handle_all_test.cpp ;
62
63
run ctx_handle_some_test.cpp ;
63
64
run ctx_remote_handle_all_test.cpp ;
64
65
run ctx_remote_handle_some_test.cpp ;
65
- run diagnostic_info_test1.cpp ;
66
66
run diagnostic_info_test2.cpp ;
67
67
run diagnostic_info_test3.cpp ;
68
68
run diagnostic_info_test4.cpp ;
69
69
run diagnostic_info_test5.cpp ;
70
+ run diagnostic_info_test1.cpp ;
70
71
run e_errno_test.cpp ;
71
72
run e_LastError_test.cpp ;
72
73
run error_code_test.cpp ;
You can’t perform that action at this time.
0 commit comments