mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
41db4b022a
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 ``` |
||
---|---|---|
.. | ||
vfs_implementation_cdrom.c | ||
vfs_implementation_uwp.cpp | ||
vfs_implementation.c |