summaryrefslogtreecommitdiff
path: root/boost/interprocess/detail/config_end.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/detail/config_end.hpp')
-rw-r--r--boost/interprocess/detail/config_end.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/interprocess/detail/config_end.hpp b/boost/interprocess/detail/config_end.hpp
index 28ec407312..55bccd1bf1 100644
--- a/boost/interprocess/detail/config_end.hpp
+++ b/boost/interprocess/detail/config_end.hpp
@@ -11,3 +11,6 @@
#pragma warning (pop)
#endif
+#if defined(BOOST_GCC) && (BOOST_GCC >= 40600)
+#pragma GCC diagnostic pop
+#endif