Fix diagnostic push GCC version

This commit is contained in:
Ion Gaztañaga
2024-08-11 21:39:13 +02:00
parent 9a8730d3e0
commit 8a59059542

View File

@@ -32,7 +32,7 @@
#include <iosfwd>
#include <cstddef>
#if defined(BOOST_GCC) && (BOOST_GCC >= 40600)
#if defined(BOOST_GCC) && (BOOST_GCC >= 40700)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
@@ -837,7 +837,7 @@ struct pointer_to_other
#include <boost/interprocess/detail/config_end.hpp>
#if defined(BOOST_GCC) && (BOOST_GCC >= 40600)
#if defined(BOOST_GCC) && (BOOST_GCC >= 40700)
#pragma GCC diagnostic pop
#endif