Add -Wconversion to pedantic-errors

This commit is contained in:
Peter Dimov 2023-05-31 18:28:33 +03:00
parent 350526f7c7
commit fd0de5f538

View File

@ -98,6 +98,8 @@ run visit_each_test.cpp ;
run get_pointer_test.cpp ;
local pedantic-errors = <warnings>pedantic
<toolset>gcc:<cxxflags>"-Wconversion"
<toolset>clang:<cxxflags>"-Wconversion"
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on ;