1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 05:25:52 +00:00

doc: no need to adopt an alternative to VDKQueue (#6600)

This commit is contained in:
Cœur 2024-04-01 05:39:18 +08:00 committed by GitHub
parent ded869974c
commit e0fdd4e9c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -46,7 +46,6 @@
// - Callbacks are only on the main thread. // - Callbacks are only on the main thread.
// - Unmaintained as a standalone project. // - Unmaintained as a standalone project.
#warning Adopt an alternative to VDKQueue (UKFSEventsWatcher, EonilFSEvents, FileWatcher, DTFolderMonitor or SFSMonitor)
// ALTERNATIVES (from archaic to modern) // ALTERNATIVES (from archaic to modern)
// //
// - FreeBSD 4.1: Kernel Queue API (kevent and kqueue) // - FreeBSD 4.1: Kernel Queue API (kevent and kqueue)

View file

@ -165,7 +165,7 @@ NSString const* VDKQueueAccessRevocationNotification = @"VDKQueueAccessWasRevoke
} }
} }
- (void)watcherThread:(id)sender - (void)watcherThread:(id)__unused sender
{ {
#if DEBUG_LOG_THREAD_LIFETIME #if DEBUG_LOG_THREAD_LIFETIME
NSLog(@"watcherThread started."); NSLog(@"watcherThread started.");