diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-26 02:26:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-26 21:30:53 +0200 |
| commit | 2bec3708fc744c18128c5bdb4c2a332f5c8eb283 (patch) | |
| tree | e46632701e9b4201fbfd799070b37aade0ccf457 /src/lib/atmos_content.cc | |
| parent | ce624e59b9dee93195d2582f7264ab398ed0d99b (diff) | |
Ignore libxml++ warnings in a nicer way.
Diffstat (limited to 'src/lib/atmos_content.cc')
| -rw-r--r-- | src/lib/atmos_content.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/atmos_content.cc b/src/lib/atmos_content.cc index 2e59b92b7..0543437a3 100644 --- a/src/lib/atmos_content.cc +++ b/src/lib/atmos_content.cc @@ -20,8 +20,11 @@ #include "atmos_content.h" +#include "warnings.h" #include <dcp/raw_convert.h> +DCPOMATIC_DISABLE_WARNINGS #include <libxml++/libxml++.h> +DCPOMATIC_ENABLE_WARNINGS using std::string; |
