Enable warnings-as-errors for clang and msvc

This commit is contained in:
Peter Dimov
2022-02-10 20:55:47 +02:00
parent bf0bc6468a
commit 0f8cc79c00

View File

@ -24,6 +24,8 @@ project
<toolset>msvc:<cxxflags>$(msvc-flags)
<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 ;