Merge branch 'warnings' into v2.15.x.
[dcpomatic.git] / src / lib / subtitle_analysis.cc
index f8254f00d62fa791742d097812445801e727a7d6..e6e8f310f4993ab375df09f6e5494dac5264f400 100644 (file)
 
 #include "subtitle_analysis.h"
 #include "exceptions.h"
+#include "warnings.h"
 #include <libcxml/cxml.h>
 #include <dcp/raw_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 using std::string;
 using dcp::raw_convert;