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