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. --- render/html_interaction.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render') diff --git a/render/html_interaction.c b/render/html_interaction.c index 0ff69b5b3..30adaa080 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -697,6 +697,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw, form_radio_set(gadget); break; case GADGET_IMAGE: + /* This falls through to SUBMIT */ if (mouse & BROWSER_MOUSE_CLICK_1) { struct image_input_coords *coords, *oldcoords; /** \todo Find a way to not ignore errors */ -- cgit v1.2.3