Fix/hide some warnings.
[libdcp.git] / src / pkl.cc
index 9cec68be13539d8288fb0d156ee094544de45cb8..22589b4d19a21962efbd0699e4b4263bc4f60952 100644 (file)
  */
 
 
-#include "pkl.h"
+#include "dcp_assert.h"
 #include "exceptions.h"
-#include "util.h"
+#include "pkl.h"
 #include "raw_convert.h"
-#include "dcp_assert.h"
+#include "util.h"
+#include "warnings.h"
+LIBDCP_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+LIBDCP_ENABLE_WARNINGS
 #include <iostream>