diff --git a/test/array6.cpp b/test/array6.cpp index 3f3f5b0..65b8d47 100644 --- a/test/array6.cpp +++ b/test/array6.cpp @@ -7,12 +7,18 @@ #define BOOST_ALLOW_DEPRECATED_SYMBOLS // get_c_array +#include +#include +#include #include #include -#include #include -#include +#if defined(BOOST_GCC) && BOOST_GCC / 10000 == 13 +// false -Warray-bounds positive when using -fsanitize=undefined +// restricted to GCC 13 because that's what is tested on Drone +# pragma GCC diagnostic ignored "-Warray-bounds" +#endif namespace { template< class T >