From cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 16 Nov 2022 10:53:09 +0800 Subject: fix build. update doc. --- src/3rdParty/efsw/FileWatcherKqueue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/3rdParty/efsw/FileWatcherKqueue.cpp') diff --git a/src/3rdParty/efsw/FileWatcherKqueue.cpp b/src/3rdParty/efsw/FileWatcherKqueue.cpp index 9c86755..38ffad9 100755 --- a/src/3rdParty/efsw/FileWatcherKqueue.cpp +++ b/src/3rdParty/efsw/FileWatcherKqueue.cpp @@ -181,8 +181,8 @@ void FileWatcherKqueue::run() { } while ( mInitOK ); } -void FileWatcherKqueue::handleAction( Watcher* watch, const std::string& filename, - unsigned long action, std::string oldFilename ) {} +void FileWatcherKqueue::handleAction( Watcher* /*watch*/, const std::string& /*filename*/, + unsigned long /*action*/, std::string /*oldFilename*/ ) {} std::list FileWatcherKqueue::directories() { std::list dirs; -- cgit v1.2.3-55-g6feb