mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Get rid of an unused parameter warning on win
This commit is contained in:
parent
0a5338e03c
commit
bed79c47f4
@ -1736,6 +1736,8 @@ check_private_dir(const char *dirname, cpd_check_t check,
|
||||
struct passwd *pw = NULL;
|
||||
uid_t running_uid;
|
||||
gid_t running_gid;
|
||||
#else
|
||||
(void)effective_user;
|
||||
#endif
|
||||
|
||||
tor_assert(dirname);
|
||||
|
Loading…
Reference in New Issue
Block a user