mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +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"
|
# 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 >= 110000) && (BOOST_GCC < 130000))
|
# if defined(BOOST_GCC) && (BOOST_GCC >= 110000)
|
||||||
# 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