Skip to content

Commit 8aa20cc

Browse files
committed
Additional flag to ignore
1 parent c3c1e26 commit 8aa20cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/decimal/charconv.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ BOOST_DECIMAL_CONSTEXPR auto to_chars_fixed_impl(char* first, char* last, const
591591
#if defined(__GNUC__) && __GNUC__ >= 12
592592
#pragma GCC diagnostic push
593593
#pragma GCC diagnostic ignored "-Warray-bounds"
594+
#pragma GCC diagnostic ignored "-Wstringop-overflow"
594595
#endif
595596

596597
// We have already done the check to make sure that casting this to size_t does not cause

0 commit comments

Comments
 (0)