Fix/hide some warnings.
[libdcp.git] / src / reel_picture_asset.cc
index 4f7f863f086ba1fe1a13c588cd3b86038b25e2af..2e51fec5828707f3a60eefe061a0c163956fec91 100644 (file)
  */
 
 
-#include "reel_picture_asset.h"
-#include "picture_asset.h"
+#include "compose.hpp"
 #include "dcp_assert.h"
+#include "picture_asset.h"
 #include "raw_convert.h"
-#include "compose.hpp"
+#include "reel_picture_asset.h"
+#include "warnings.h"
 #include <libcxml/cxml.h>
+LIBDCP_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+LIBDCP_ENABLE_WARNINGS
 #include <iomanip>
 #include <cmath>