Explorar o código

Fix return-type gcc warning

find_dl_schedule_and_len caused gcc to spit up with -Werror.

Signed-off-by: Sharif Olorin <sio@tesser.org>
Sharif Olorin %!s(int64=9) %!d(string=hai) anos
pai
achega
90e07ab338
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/or/directory.c

+ 3 - 0
src/or/directory.c

@@ -3479,6 +3479,9 @@ find_dl_schedule_and_len(download_status_t *dls, int server)
     default:
       tor_assert(0);
   }
+
+  /* Impossible, but gcc will fail with -Werror without a `return`. */
+  return NULL;
 }
 
 /** Called when an attempt to download <b>dls</b> has failed with HTTP status