diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-08 14:38:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-08 14:38:09 +0200 |
| commit | 489b8402e49de7ddd8e40f0fd65951db55ef9d57 (patch) | |
| tree | 99e2e6acc5505b034060a6838e5543435ed42fb6 /src | |
| parent | 03609704034192ae157f6328024989eec58ac1c3 (diff) | |
Ignore some ASDCP warnings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/metadata.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/metadata.cc b/src/metadata.cc index 22c46b40..7fcbab4c 100644 --- a/src/metadata.cc +++ b/src/metadata.cc @@ -41,7 +41,9 @@ #include "metadata.h" #include "util.h" #include "version.h" +LIBDCP_DISABLE_WARNINGS #include <asdcp/AS_DCP.h> +LIBDCP_ENABLE_WARNINGS #include <iomanip> #include <time.h> |
