mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Fix diagnostic push GCC version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user