diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-27 11:05:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-27 11:05:08 +0200 |
| commit | 99c1d1f247343b884af0b51389311484ed265d3b (patch) | |
| tree | 77dc7653f5e05f36a036f56199fef8359a019c05 /src/tools/dcpomatic_disk.cc | |
| parent | f15a469c036587a74d93fa14506eac87502d2b4c (diff) | |
Fix some unused variable warnings on macOS.
Diffstat (limited to 'src/tools/dcpomatic_disk.cc')
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 55f2bd440..b94d4bf94 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -35,8 +35,11 @@ #include "lib/job_manager.h" #include "lib/disk_writer_messages.h" #include "lib/version.h" +#include "lib/warnings.h" #include <wx/wx.h> +DCPOMATIC_DISABLE_WARNINGS #include <boost/process.hpp> +DCPOMATIC_ENABLE_WARNINGS #ifdef DCPOMATIC_WINDOWS #include <boost/process/windows.hpp> #endif |
