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 /test/test.cc | |
| parent | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff) | |
Fix/hide some warnings.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index d46c657b..3cb40aaf 100644 --- a/test/test.cc +++ b/test/test.cc @@ -58,10 +58,15 @@ #include "sound_asset_writer.h" #include "test.h" #include "util.h" +#include "warnings.h" +LIBDCP_DISABLE_WARNINGS #include <asdcp/KM_util.h> #include <asdcp/KM_prng.h> +LIBDCP_ENABLE_WARNINGS #include <sndfile.h> +LIBDCP_DISABLE_WARNINGS #include <libxml++/libxml++.h> +LIBDCP_ENABLE_WARNINGS #include <boost/test/unit_test.hpp> #include <cstdio> #include <iostream> |
