Use icu to remove diacritics from strings.
[dcpomatic.git] / src / lib / audio_point.cc
index b5ea2c31e6b0a81616536b05a2dd8bfe3911255b..722673b961337a5057a42beb8bc5164fd0f5058d 100644 (file)
 */
 
 #include "audio_point.h"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 using std::string;
 using dcp::raw_convert;