Fix unnecessary condition.
[dcpomatic.git] / src / lib / analytics.cc
index 34f67116e3a7355ea42dc6ee5cf1c0ad6ae1491b..f20b213e4ab13f511d73f351df99ef7b4533bc92 100644 (file)
 #include "analytics.h"
 #include "exceptions.h"
 #include "compose.hpp"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
 #include <libcxml/cxml.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 #include <boost/algorithm/string.hpp>