Only use warnings-as-errors on msvc, gcc, clang

This commit is contained in:
Peter Dimov
2020-04-28 05:05:57 +03:00
parent 066b398114
commit 02cc561248

View File

@ -361,4 +361,8 @@ compile-fail shared_from_fail.cpp ;
compile-fail weak_from_fail.cpp ;
compile sp_override_test.cpp ;
compile sp_pedantic_test.cpp : <warnings>pedantic <warnings-as-errors>on ;
compile sp_pedantic_test.cpp
: <warnings>pedantic
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on ;