mirror of
https://github.com/boostorg/charconv.git
synced 2026-02-22 03:12:17 +00:00
Ignore GCC-12 stringop overflow warning in test set
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user