From 2bec3708fc744c18128c5bdb4c2a332f5c8eb283 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Jul 2020 02:26:17 +0200 Subject: Ignore libxml++ warnings in a nicer way. --- src/lib/font.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/font.cc') diff --git a/src/lib/font.cc b/src/lib/font.cc index 019c9ab07..a52957376 100644 --- a/src/lib/font.cc +++ b/src/lib/font.cc @@ -20,7 +20,10 @@ #include "font.h" #include "dcpomatic_assert.h" +#include "warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS #include using std::string; -- cgit v1.2.3