summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-21 00:25:29 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-21 00:25:29 +0200
commit0582196d78d27c349e5be8f87186499acb4b322f (patch)
tree0659fd863de03d438fa6ceb1135535d902c3c3cd
parente6d7b6d8520c7454ecf67df7269056a16d0e2b70 (diff)
Try to fix some warnings when libdcp include asdcplib.
-rw-r--r--src/lib/compose.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/compose.hpp b/src/lib/compose.hpp
index 479493f14..32981abcc 100644
--- a/src/lib/compose.hpp
+++ b/src/lib/compose.hpp
@@ -34,7 +34,10 @@
#ifndef DCPOMATIC_STRING_COMPOSE_H
#define DCPOMATIC_STRING_COMPOSE_H
+#include "warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
#include <dcp/locale_convert.h>
+DCPOMATIC_ENABLE_WARNINGS
#include <boost/filesystem.hpp>
#include <string>
#include <list>