Fix/hide some warnings.
[libdcp.git] / src / types.h
index 9dc3e5f539475305d50d84dd6ca0098d5152d75c..e5f4ff7a214c0ca4c20eaaf7cee3200a1ea12c3a 100644 (file)
 #define LIBDCP_TYPES_H
 
 
+#include "warnings.h"
 #include <libcxml/cxml.h>
+LIBDCP_DISABLE_WARNINGS
 #include <asdcp/KLV.h>
+LIBDCP_ENABLE_WARNINGS
 #include <memory>
 #include <boost/function.hpp>
 #include <string>