From 90e07ab338cd59caeaeb31a3d207bb34d433b8ab Mon Sep 17 00:00:00 2001 From: Sharif Olorin Date: Sat, 30 May 2015 06:03:50 +0000 Subject: [PATCH] Fix return-type gcc warning find_dl_schedule_and_len caused gcc to spit up with -Werror. Signed-off-by: Sharif Olorin --- src/or/directory.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/or/directory.c b/src/or/directory.c index 9fe3052774..549d95a13c 100644 --- a/src/or/directory.c +++ b/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 dls has failed with HTTP status