diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
| commit | 274dd30f2b11fe8ea563a2ac7436c9d463865b0b (patch) | |
| tree | 199e7447606339d461f6f87d16095376d8f809b3 /src/types.cc | |
| parent | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff) | |
Fix/hide some warnings.
Diffstat (limited to 'src/types.cc')
| -rw-r--r-- | src/types.cc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/types.cc b/src/types.cc index 743e7260..12be1b8a 100644 --- a/src/types.cc +++ b/src/types.cc @@ -37,12 +37,15 @@ */ -#include "raw_convert.h" -#include "types.h" -#include "exceptions.h" #include "compose.hpp" #include "dcp_assert.h" +#include "exceptions.h" +#include "raw_convert.h" +#include "types.h" +#include "warnings.h" +LIBDCP_DISABLE_WARNINGS #include <libxml++/libxml++.h> +LIBDCP_ENABLE_WARNINGS #include <boost/algorithm/string.hpp> #include <string> #include <vector> |
