From cf4e05d42ffdb9f2fb873206d76e65e3aa2fee33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Sch=C3=BCmann?= Date: Sun, 23 May 2021 10:05:47 +0200 Subject: [PATCH] refs #124, fix for mingw compile issue --- include/ghc/filesystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index d75e7e3..143afb4 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -2138,7 +2138,7 @@ GHC_INLINE uintmax_t hard_links_from_INFO(const BY_H } template -GHC_INLINE DWORD reparse_tag_from_INFO(const INFO* info) +GHC_INLINE DWORD reparse_tag_from_INFO(const INFO*) { return 0; }