Skip to content

Commit

Permalink
refs #124, fix for mingw compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed May 23, 2021
1 parent e51e6ee commit cf4e05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ghc/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cf4e05d

Please sign in to comment.