From 18277a6dd06f67fd88f1d721c2d5bf88026bbf4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Mon, 30 Jan 2023 22:20:38 +0800 Subject: [PATCH] #warning in header file should start with capital letter (#4689) --- macosx/VDKQueue/VDKQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/VDKQueue/VDKQueue.h b/macosx/VDKQueue/VDKQueue.h index 8a28ae5e5..d1efd5923 100644 --- a/macosx/VDKQueue/VDKQueue.h +++ b/macosx/VDKQueue/VDKQueue.h @@ -46,7 +46,7 @@ // - Callbacks are only on the main thread. // - Unmaintained as a standalone project. -#warning adopt an alternative to VDKQueue (UKFSEventsWatcher, EonilFSEvents, FileWatcher, DTFolderMonitor or SFSMonitor) +#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)