We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6cf92 commit dccbab7Copy full SHA for dccbab7
include/boost/decimal/detail/memcpy.hpp
@@ -23,6 +23,7 @@
23
#if defined(__GNUC__) && __GNUC__ >= 10
24
# pragma GCC diagnostic push
25
# pragma GCC diagnostic ignored "-Wstringop-overflow"
26
+# pragma GCC diagnostic ignored "-Warray-bounds"
27
# define BOOST_DECIMAL_STRINGOP_OVERFLOW_DISABLED
28
#endif
29
0 commit comments