From e418416c77e1ec00d987d788662a5b17648258a8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 23 Oct 2017 09:46:02 +0100 Subject: Squash remaining GCC7 -Wimplicit-fallthrough warnings. --- content/llcache.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'content/llcache.c') diff --git a/content/llcache.c b/content/llcache.c index d48a31b9b..0c6f3a93b 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -2698,9 +2698,7 @@ static void llcache_fetch_callback(const fetch_msg *msg, void *p) error = llcache_object_refetch(object); break; } - /* Otherwise fall through to error, setting the message to - * a timeout - */ + /* Fall through */ case FETCH_ERROR: /* An error occurred while fetching */ /* The fetch has has already been cleaned up by the fetcher */ -- cgit v1.2.3