summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_disk_writer.cc
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/dcpomatic_disk_writer.cc
parentf15a469c036587a74d93fa14506eac87502d2b4c (diff)
Fix some unused variable warnings on macOS.
Diffstat (limited to 'src/tools/dcpomatic_disk_writer.cc')
-rw-r--r--src/tools/dcpomatic_disk_writer.cc2
1 files changed, 1 insertions, 1 deletions
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 {