Add <warnings>extra to source_location tests

This commit is contained in:
Peter Dimov
2019-12-08 19:08:59 +02:00
parent 9336ee5be3
commit b74531dd71

View File

@@ -28,5 +28,7 @@ run quick.cpp ;
run current_function_test2.cpp ;
run source_location_test.cpp ;
run source_location_test2.cpp ;
run source_location_test.cpp
: : : <warnings>extra <warnings-as-errors>on ;
run source_location_test2.cpp
: : : <warnings>extra <warnings-as-errors>on ;