Store subtitle language(s) in Film, and allow setup of those
[dcpomatic.git] / src / lib / isdcf_metadata.cc
index 5e689ee273080e89a4d26b0743c5c304b02bc384..e117dc28445be008e3bea71c2801ed4fa1d5f4c1 100644 (file)
 */
 
 #include "isdcf_metadata.h"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
 #include <libcxml/cxml.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <iostream>
 
 #include "i18n.h"