From ae0cbfe3f2f6d6c2ac3734b7b2026c9a8502c200 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 23 Mar 2018 02:03:54 +0100 Subject: [PATCH] html-error: Make a switch fallthrough explicit This silences a gcc v7 compile warning. Signed-off-by: Michael Adam --- src/html-error.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/html-error.c b/src/html-error.c index 0c011a7..625a586 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -132,6 +132,7 @@ send_html_file (FILE *infile, struct conn_s *connptr) } else in_variable = 0; + /* FALL THROUGH */ default: if (!in_variable) { r = write_message (connptr->client_fd,