mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Enable -Wnon-virtual-dtor in warnings_test
This commit is contained in:
@ -61,4 +61,4 @@ system-run failed_constexpr_test.cpp ;
|
||||
# Quick (CI) test
|
||||
run quick.cpp ;
|
||||
|
||||
run quick.cpp : : : <warnings>all <warnings-as-errors>on : warnings_test ;
|
||||
run quick.cpp : : : <warnings>all <warnings-as-errors>on <toolset>gcc:<cxxflags>-Wnon-virtual-dtor <toolset>clang:<cxxflags>-Wnon-virtual-dtor : warnings_test ;
|
||||
|
Reference in New Issue
Block a user