RetroArch/libretro-common
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
..
2023-07-02 05:46:45 +02:00
2023-01-09 00:51:05 +01:00
2024-04-18 03:01:39 -07:00
2023-07-02 05:46:45 +02:00
2023-05-30 19:34:55 +02:00
2020-01-31 15:43:42 +01:00
2023-02-23 13:15:14 +01:00
2024-04-18 03:01:39 -07:00
2023-08-17 21:58:41 +02:00
2023-08-04 09:20:50 +02:00
2023-08-17 21:58:41 +02:00
2023-01-09 00:51:05 +01:00
2020-12-13 21:21:21 +01:00