Ignore GCC-12 stringop overflow warning in test set

This commit is contained in:
Matt Borland
2026-02-10 11:16:28 -05:00
parent c1e9caad96
commit f3f60d24f7

View File

@@ -8,6 +8,11 @@
#ifdef BOOST_CHARCONV_HAS_INT128
#if defined(__GNUC__) && __GNUC__ == 12
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wstringop-overflow"
#endif
#include <boost/core/lightweight_test.hpp>
#include <string>
#include <cstdlib>