From c925dbea9c9108a18b9abf4a57d9d59b0ed04652 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 7 May 2025 12:46:39 +0800 Subject: Tried adding more table matching functions. --- src/3rdParty/efsw/FileWatcherGeneric.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdParty') diff --git a/src/3rdParty/efsw/FileWatcherGeneric.cpp b/src/3rdParty/efsw/FileWatcherGeneric.cpp index 3f3c52e..468d27c 100644 --- a/src/3rdParty/efsw/FileWatcherGeneric.cpp +++ b/src/3rdParty/efsw/FileWatcherGeneric.cpp @@ -25,7 +25,7 @@ FileWatcherGeneric::~FileWatcherGeneric() { } WatchID FileWatcherGeneric::addWatch( const std::string& directory, FileWatchListener* watcher, - bool recursive, const std::vector& options ) { + bool recursive, const std::vector& /*options*/ ) { std::string dir( directory ); FileSystem::dirAddSlashAtEnd( dir ); -- cgit v1.2.3-55-g6feb