mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Fix almost all GCC warnings
This commit is contained in:
parent
6786734d95
commit
038148bf06
19 changed files with 30 additions and 38 deletions
|
@ -96,6 +96,11 @@ namespace fs
|
|||
struct dir_entry : stat_t
|
||||
{
|
||||
std::string name;
|
||||
|
||||
dir_entry()
|
||||
: stat_t{}
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
// Directory handle base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue