mirror of
https://github.com/boostorg/container.git
synced 2025-08-03 14:34:27 +02:00
Disable Wstringop-overflow also in GCC 11
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
# pragma GCC diagnostic ignored "-Wstringop-overflow"
|
# pragma GCC diagnostic ignored "-Wstringop-overflow"
|
||||||
# endif
|
# endif
|
||||||
//GCC 12 seems a bit confused about array access error with small_vector
|
//GCC 12 seems a bit confused about array access error with small_vector
|
||||||
# if defined(BOOST_GCC) && ((BOOST_GCC >= 120000) && (BOOST_GCC < 130000))
|
# if defined(BOOST_GCC) && ((BOOST_GCC >= 110000) && (BOOST_GCC < 130000))
|
||||||
# pragma GCC diagnostic ignored "-Wstringop-overread"
|
# pragma GCC diagnostic ignored "-Wstringop-overread"
|
||||||
# pragma GCC diagnostic ignored "-Wstringop-overflow"
|
# pragma GCC diagnostic ignored "-Wstringop-overflow"
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user