Ignore libxml++ warnings in a nicer way.
[dcpomatic.git] / src / lib / raw_image_proxy.cc
index 2509bd0d46f460390e6fb5b72b54c51d0b59bf9c..09902c3a29b5c0a5844b83fe50f932e5039b34e0 100644 (file)
 
 #include "raw_image_proxy.h"
 #include "image.h"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
 #include <dcp/util.h>
 #include <libcxml/cxml.h>
 extern "C" {
 #include <libavutil/pixfmt.h>
 }
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 #include "i18n.h"