Skip to content

Commit 14c94b2

Browse files
committed
_CRT_SECURE_NO_WARNINGS
1 parent 57e354d commit 14c94b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Jamfile.v2

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ project
2323
<threading>multi
2424
: requirements
2525
<define>BOOST_LEAF_BOOST_AVAILABLE
26+
<define>_CRT_SECURE_NO_WARNINGS
2627
<threading>single:<define>BOOST_LEAF_NO_THREADS
2728
<toolset>gcc:<cxxflags>"-Wno-delete-non-virtual-dtor -Wno-parentheses"
2829
<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 ;
6263
run ctx_handle_some_test.cpp ;
6364
run ctx_remote_handle_all_test.cpp ;
6465
run ctx_remote_handle_some_test.cpp ;
65-
run diagnostic_info_test1.cpp ;
6666
run diagnostic_info_test2.cpp ;
6767
run diagnostic_info_test3.cpp ;
6868
run diagnostic_info_test4.cpp ;
6969
run diagnostic_info_test5.cpp ;
70+
run diagnostic_info_test1.cpp ;
7071
run e_errno_test.cpp ;
7172
run e_LastError_test.cpp ;
7273
run error_code_test.cpp ;

0 commit comments

Comments
 (0)