Temporarily disable warnings-as-errors

This commit is contained in:
Peter Dimov
2022-02-10 22:30:22 +02:00
parent 4655133843
commit c758cbda5e

View File

@ -23,9 +23,9 @@ project
<toolset>clang:<cxxflags>$(clang-flags)
<toolset>msvc:<cxxflags>$(msvc-flags)
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on
<toolset>msvc:<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 ;