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; }