Fix almost all GCC warnings

This commit is contained in:
Nekotekina 2021-02-17 22:58:10 +03:00
parent 6786734d95
commit 038148bf06
19 changed files with 30 additions and 38 deletions

View file

@ -96,6 +96,11 @@ namespace fs
struct dir_entry : stat_t
{
std::string name;
dir_entry()
: stat_t{}
{
}
};
// Directory handle base