refs #124, fix for mingw compile issue

This commit is contained in:
Steffen Schümann 2021-05-23 10:05:47 +02:00
parent e51e6ee46b
commit cf4e05d42f

View File

@ -2138,7 +2138,7 @@ GHC_INLINE uintmax_t hard_links_from_INFO<BY_HANDLE_FILE_INFORMATION>(const BY_H
}
template <typename INFO>
GHC_INLINE DWORD reparse_tag_from_INFO(const INFO* info)
GHC_INLINE DWORD reparse_tag_from_INFO(const INFO*)
{
return 0;
}