Store subtitle language(s) in Film, and allow setup of those
[dcpomatic.git] / src / lib / rgba.cc
index 6d58d97d188af6a455b8545988fcd83ab06c8639..1076af4335574a65c165cdbe81415cb8cfe073bc 100644 (file)
 */
 
 #include "rgba.h"
+#include "warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/lexical_cast.hpp>
 
 using std::string;