1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00
RetroArch/libretro-common/vfs
Rob Loach 41db4b022a
vfs_implementation: Fix warning of unused include_hidden parameter (#16540)
This fixes a warning of the `include_hidden` parameter not being used outside of `_WIN32`.

```
vfs/vfs_implementation.c:1063:30: error: unused parameter ‘include_hidden’ [-Werror=unused-parameter]
 1063 |       const char *name, bool include_hidden)
      |                              ^
cc1: all warnings being treated as error
```
2024-05-17 08:12:33 -07:00
..
vfs_implementation_cdrom.c Cleanups 2020-06-26 19:25:53 +02:00
vfs_implementation_uwp.cpp Remove asserts 2023-01-09 00:51:05 +01:00
vfs_implementation.c vfs_implementation: Fix warning of unused include_hidden parameter (#16540) 2024-05-17 08:12:33 -07:00