summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/libs/boost/boost-vectorstream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/libs/boost/boost-vectorstream.hpp')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/libs/boost/boost-vectorstream.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/libs/boost/boost-vectorstream.hpp b/Build/source/texk/dvisvgm/dvisvgm-src/libs/boost/boost-vectorstream.hpp
index 91aa2f864d1..851d186656d 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-src/libs/boost/boost-vectorstream.hpp
+++ b/Build/source/texk/dvisvgm/dvisvgm-src/libs/boost/boost-vectorstream.hpp
@@ -43,6 +43,11 @@
#include <string> // char traits
#include <cstddef> // ptrdiff_t
+#ifdef __GNUC__
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wreorder"
+#endif
+
namespace boost { namespace interprocess {
//!A streambuf class that controls the transmission of elements to and from
@@ -604,4 +609,8 @@ class basic_vectorstream
}} //namespace boost { namespace interprocess {
+#ifdef __GNUC__
+#pragma GCC diagnostic pop
+#endif
+
#endif /* BOOST_INTERPROCESS_VECTORSTREAM_HPP */