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/interop_subtitle_asset.cc | |
| parent | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff) | |
Fix/hide some warnings.
Diffstat (limited to 'src/interop_subtitle_asset.cc')
| -rw-r--r-- | src/interop_subtitle_asset.cc | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/interop_subtitle_asset.cc b/src/interop_subtitle_asset.cc index 938c028e..453cad8b 100644 --- a/src/interop_subtitle_asset.cc +++ b/src/interop_subtitle_asset.cc @@ -37,17 +37,20 @@ */ -#include "interop_subtitle_asset.h" +#include "compose.hpp" +#include "dcp_assert.h" +#include "font_asset.h" #include "interop_load_font_node.h" -#include "subtitle_asset_internal.h" -#include "xml.h" +#include "interop_subtitle_asset.h" #include "raw_convert.h" -#include "util.h" -#include "font_asset.h" -#include "dcp_assert.h" -#include "compose.hpp" +#include "subtitle_asset_internal.h" #include "subtitle_image.h" +#include "util.h" +#include "warnings.h" +#include "xml.h" +LIBDCP_DISABLE_WARNINGS #include <libxml++/libxml++.h> +LIBDCP_ENABLE_WARNINGS #include <boost/weak_ptr.hpp> #include <cmath> #include <cstdio> |
