mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Add -Wconversion to pedantic-errors
This commit is contained in:
parent
350526f7c7
commit
fd0de5f538
@ -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 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user