diff src/fswatcher.cpp @ 699:646e48a0d3a5

Some work on macOS packaging
author Chris Cannam
date Tue, 11 Dec 2018 16:40:57 +0000
parents a03264984ef8
children f1dc72b940d5
line wrap: on
line diff
--- a/src/fswatcher.cpp	Mon Dec 10 17:52:27 2018 +0000
+++ b/src/fswatcher.cpp	Tue Dec 11 16:40:57 2018 +0000
@@ -144,12 +144,12 @@
 
 #ifdef Q_OS_MAC
 static void
-fsEventsCallback(ConstFSEventStreamRef streamRef,
+fsEventsCallback(ConstFSEventStreamRef /* streamRef */,
                  void *clientCallBackInfo,
                  size_t numEvents,
                  void *paths,
-                 const FSEventStreamEventFlags eventFlags[],
-                 const FSEventStreamEventId eventIDs[])
+                 const FSEventStreamEventFlags /* eventFlags */[],
+                 const FSEventStreamEventId /*eventIDs */[])
 {
     FsWatcher *watcher = reinterpret_cast<FsWatcher *>(clientCallBackInfo);
     const char *const *cpaths = reinterpret_cast<const char *const *>(paths);