forked from boostorg/unordered
Enable warnings-as-errors for clang and msvc
This commit is contained in:
@ -24,6 +24,8 @@ project
|
|||||||
<toolset>msvc:<cxxflags>$(msvc-flags)
|
<toolset>msvc:<cxxflags>$(msvc-flags)
|
||||||
|
|
||||||
<toolset>gcc:<warnings-as-errors>on
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
|
<toolset>clang:<warnings-as-errors>on
|
||||||
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
;
|
;
|
||||||
|
|
||||||
#alias framework : /boost/test//boost_unit_test_framework ;
|
#alias framework : /boost/test//boost_unit_test_framework ;
|
||||||
|
Reference in New Issue
Block a user