Commit 0fdcd381 authored by Max Kellermann's avatar Max Kellermann

update_walk: ignore parameter "mode" on WIN32

Fix compiler warning.
parent 4f293ecd
......@@ -563,6 +563,7 @@ directory_child_access(const struct directory *directory,
/* access() is useless on WIN32 */
(void)directory;
(void)name;
(void)mode;
return true;
#else
char *path = map_directory_child_fs(directory, name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment