diff options
author | Li Jin <dragon-fly@qq.com> | 2022-11-16 10:53:09 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2022-11-16 10:53:09 +0800 |
commit | cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47 (patch) | |
tree | 1ed31c2958a59ce1c33efda14119e0a7997d47f6 /src/3rdParty/efsw/FileWatcherKqueue.cpp | |
parent | 7ecfd8f02bad9ebba7e32894da278a48ef9ecee9 (diff) | |
download | yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.gz yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.bz2 yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.zip |
fix build. update doc.
Diffstat (limited to 'src/3rdParty/efsw/FileWatcherKqueue.cpp')
-rwxr-xr-x | src/3rdParty/efsw/FileWatcherKqueue.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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() { | |||
181 | } while ( mInitOK ); | 181 | } while ( mInitOK ); |
182 | } | 182 | } |
183 | 183 | ||
184 | void FileWatcherKqueue::handleAction( Watcher* watch, const std::string& filename, | 184 | void FileWatcherKqueue::handleAction( Watcher* /*watch*/, const std::string& /*filename*/, |
185 | unsigned long action, std::string oldFilename ) {} | 185 | unsigned long /*action*/, std::string /*oldFilename*/ ) {} |
186 | 186 | ||
187 | std::list<std::string> FileWatcherKqueue::directories() { | 187 | std::list<std::string> FileWatcherKqueue::directories() { |
188 | std::list<std::string> dirs; | 188 | std::list<std::string> dirs; |