mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 05:17:22 +02:00
Use warnings=pedantic for some lwt tests
This commit is contained in:
@ -76,10 +76,15 @@ run lightweight_test_lt_le_test.cpp ;
|
|||||||
run lightweight_test_gt_ge_test.cpp ;
|
run lightweight_test_gt_ge_test.cpp ;
|
||||||
run lightweight_test_eq_nullptr.cpp ;
|
run lightweight_test_eq_nullptr.cpp ;
|
||||||
run lightweight_test_test3.cpp ;
|
run lightweight_test_test3.cpp ;
|
||||||
run lightweight_test_test4.cpp ;
|
run lightweight_test_test4.cpp
|
||||||
|
: : :
|
||||||
|
<warnings>pedantic
|
||||||
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
|
<toolset>clang:<warnings-as-errors>on ;
|
||||||
run lightweight_test_test5.cpp
|
run lightweight_test_test5.cpp
|
||||||
: : :
|
: : :
|
||||||
<warnings>extra
|
<warnings>pedantic
|
||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
<toolset>gcc:<warnings-as-errors>on
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
<toolset>clang:<warnings-as-errors>on
|
<toolset>clang:<warnings-as-errors>on
|
||||||
|
Reference in New Issue
Block a user