Enable warnings=extra, warnings-as-errors=on in test suite

This commit is contained in:
Peter Dimov
2025-01-27 17:41:50 +02:00
parent 07a14f33ef
commit 49e2a46c3a
8 changed files with 29 additions and 7 deletions

View File

@ -5,6 +5,8 @@
* http://www.boost.org/LICENSE_1_0.txt)
*/
#define BOOST_ALLOW_DEPRECATED_SYMBOLS // assign
#include <iostream>
#include <boost/array.hpp>