From e0fdd4e9c57084b5ad58db5e4563e7025ccd4e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Mon, 1 Apr 2024 05:39:18 +0800 Subject: [PATCH] doc: no need to adopt an alternative to VDKQueue (#6600) --- macosx/VDKQueue/VDKQueue.h | 1 - macosx/VDKQueue/VDKQueue.mm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/macosx/VDKQueue/VDKQueue.h b/macosx/VDKQueue/VDKQueue.h index ebfc912b2..f53d4953c 100644 --- a/macosx/VDKQueue/VDKQueue.h +++ b/macosx/VDKQueue/VDKQueue.h @@ -46,7 +46,6 @@ // - Callbacks are only on the main thread. // - Unmaintained as a standalone project. -#warning Adopt an alternative to VDKQueue (UKFSEventsWatcher, EonilFSEvents, FileWatcher, DTFolderMonitor or SFSMonitor) // ALTERNATIVES (from archaic to modern) // // - FreeBSD 4.1: Kernel Queue API (kevent and kqueue) diff --git a/macosx/VDKQueue/VDKQueue.mm b/macosx/VDKQueue/VDKQueue.mm index fe86122bc..c95223b44 100644 --- a/macosx/VDKQueue/VDKQueue.mm +++ b/macosx/VDKQueue/VDKQueue.mm @@ -165,7 +165,7 @@ NSString const* VDKQueueAccessRevocationNotification = @"VDKQueueAccessWasRevoke } } -- (void)watcherThread:(id)sender +- (void)watcherThread:(id)__unused sender { #if DEBUG_LOG_THREAD_LIFETIME NSLog(@"watcherThread started.");