Skip to content

Commit dccbab7

Browse files
committed
Ignore GCC-12 warning
1 parent 8a6cf92 commit dccbab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/decimal/detail/memcpy.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#if defined(__GNUC__) && __GNUC__ >= 10
2424
# pragma GCC diagnostic push
2525
# pragma GCC diagnostic ignored "-Wstringop-overflow"
26+
# pragma GCC diagnostic ignored "-Warray-bounds"
2627
# define BOOST_DECIMAL_STRINGOP_OVERFLOW_DISABLED
2728
#endif
2829

0 commit comments

Comments
 (0)