mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix a windows unused var warning
This commit is contained in:
parent
f491aed8d0
commit
cc3a791d55
@ -1085,6 +1085,7 @@ connection_listener_new(const struct sockaddr *listensockaddr,
|
||||
connection_t *conn = NULL;
|
||||
tor_socket_t s = TOR_INVALID_SOCKET; /* the socket we're going to make */
|
||||
or_options_t const *options = get_options();
|
||||
(void) options; /* Windows doesn't use this. */
|
||||
#if defined(HAVE_PWD_H) && defined(HAVE_SYS_UN_H)
|
||||
const struct passwd *pw = NULL;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user