port to MSYS2/clang

This commit is contained in:
wmayer
2021-09-19 19:49:44 +02:00
parent ef0e303235
commit e211b89cf8
29 changed files with 82 additions and 49 deletions

View File

@@ -317,7 +317,7 @@ namespace boost
{
return (it.rep->get_data().attrib & _A_HIDDEN) != 0;
}
template <> bool get<user_read>(dir_it const &it)
template <> bool get<user_read>(dir_it const & /*it*/)
{
return true;
}