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/types.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/types.cc') diff --git a/src/lib/types.cc b/src/lib/types.cc index d2df7f1a8..df57f2d47 100644 --- a/src/lib/types.cc +++ b/src/lib/types.cc @@ -21,12 +21,15 @@ #include "types.h" #include "compose.hpp" #include "dcpomatic_assert.h" +#include "warnings.h" #include #include #include #include #include +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS #include #include -- cgit v1.2.3