Explorar o código

resolve now-unused parameter from #21642 fix

Roger Dingledine %!s(int64=7) %!d(string=hai) anos
pai
achega
716d48581d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/or/networkstatus.c

+ 1 - 0
src/or/networkstatus.c

@@ -2444,6 +2444,7 @@ int
 client_would_use_router(const routerstatus_t *rs, time_t now,
                         const or_options_t *options)
 {
+  (void) options; /* unused */
   if (!rs->is_flagged_running) {
     /* If we had this router descriptor, we wouldn't even bother using it.
      * (Fetching and storing depends on by we_want_to_fetch_flavor().) */