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/dkdm_wrapper.cc | |
| parent | ce624e59b9dee93195d2582f7264ab398ed0d99b (diff) | |
Ignore libxml++ warnings in a nicer way.
Diffstat (limited to 'src/lib/dkdm_wrapper.cc')
| -rw-r--r-- | src/lib/dkdm_wrapper.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/dkdm_wrapper.cc b/src/lib/dkdm_wrapper.cc index 0dd37b464..6638bc315 100644 --- a/src/lib/dkdm_wrapper.cc +++ b/src/lib/dkdm_wrapper.cc @@ -21,7 +21,10 @@ #include "compose.hpp" #include "dkdm_wrapper.h" #include "dcpomatic_assert.h" +#include "warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include <libxml++/libxml++.h> +DCPOMATIC_ENABLE_WARNINGS #include <boost/foreach.hpp> using std::string; |
