diff options
Diffstat (limited to '')
| -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; |
