From 0eaeb9e50cb6114b0808ee140326ab015c533cee Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Mar 2017 02:29:25 +0300 Subject: Fix compilation warnings with mingw. --- src/fs/files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/files.cpp') diff --git a/src/fs/files.cpp b/src/fs/files.cpp index ab40a7d8f..6c4792270 100644 --- a/src/fs/files.cpp +++ b/src/fs/files.cpp @@ -293,7 +293,7 @@ void Files::deleteFilesInDirectory(std::string path) void Files::enumFiles(StringVect &files, std::string path, - const bool skipSymlinks) + const bool skipSymlinks A_WIN_UNUSED) { if (findLast(path, "/") == false) path += "/"; -- cgit v1.2.3-70-g09d2