summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-27 11:05:08 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-27 11:05:08 +0200
commit99c1d1f247343b884af0b51389311484ed265d3b (patch)
tree77dc7653f5e05f36a036f56199fef8359a019c05 /src/tools
parentf15a469c036587a74d93fa14506eac87502d2b4c (diff)
Fix some unused variable warnings on macOS.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_disk.cc3
-rw-r--r--src/tools/dcpomatic_disk_writer.cc2
2 files changed, 4 insertions, 1 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
diff --git a/src/tools/dcpomatic_disk_writer.cc b/src/tools/dcpomatic_disk_writer.cc
index 1e6d10fbf..2c3753e57 100644
--- a/src/tools/dcpomatic_disk_writer.cc
+++ b/src/tools/dcpomatic_disk_writer.cc
@@ -569,7 +569,7 @@ main ()
/* I *think* this confumes the notifyd event that we used to start the process, so we only
* get started once per notification.
*/
- xpc_set_event_stream_handler("com.apple.notifyd.matching", DISPATCH_TARGET_QUEUE_DEFAULT, ^(xpc_object_t event) {});
+ xpc_set_event_stream_handler("com.apple.notifyd.matching", DISPATCH_TARGET_QUEUE_DEFAULT, ^(xpc_object_t) {});
#endif
try {