Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vfs_implementation: Fix warning of unused
include_hidden
parameter (l…
…ibretro#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 ```
- Loading branch information