Browse Source

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 9 years ago
parent
commit
90e07ab338
1 changed files with 3 additions and 0 deletions
  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