Merge branch 'warnings' into v2.15.x.
[dcpomatic.git] / src / lib / dcp_video.cc
index 7b06f8cfca3cd6975b3a63c63d00598b4004fb12..d6b9d4f278fb20a9437cbaecbce9e860dd6f26be 100644 (file)
 #include "cross.h"
 #include "player_video.h"
 #include "compose.hpp"
+#include "warnings.h"
 #include <libcxml/cxml.h>
 #include <dcp/raw_convert.h>
 #include <dcp/openjpeg_image.h>
 #include <dcp/rgb_xyz.h>
 #include <dcp/j2k.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/asio.hpp>
 #include <boost/thread.hpp>
 #include <stdint.h>