Fix some unused variable warnings on macOS.
[dcpomatic.git] / src / tools / dcpomatic_disk.cc
index 55f2bd4401a0461aa4ba874efc3ee7ecd2784ad3..b94d4bf941016c4deb5e898040c7e50995c88fe5 100644 (file)
 #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