mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Restore warnings-as-errors-off that got accidentally removed in a merge.
This commit is contained in:
parent
42d0c5954a
commit
040b018ce0
@ -424,7 +424,7 @@ run size_test.cpp ;
|
||||
|
||||
local CPP11 = [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_constexpr cxx11_noexcept ] ;
|
||||
|
||||
local with-serialization = <library>/boost/serialization//boost_serialization/<warnings>off <undefined-sanitizer>norecover:<link>static $(CPP11) ;
|
||||
local with-serialization = <library>/boost/serialization//boost_serialization/<warnings>off $(warnings-as-errors-off) <undefined-sanitizer>norecover:<link>static $(CPP11) ;
|
||||
|
||||
run serialization_nvp_test.cpp : : : $(with-serialization) <undefined-sanitizer>norecover:<build>no ;
|
||||
run serialization_split_free_test.cpp : : : $(with-serialization) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user