From 81d932ca1f15896716db4270acb05e3679d80fe4 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 1 Oct 2021 09:10:10 +0200 Subject: Silence some trivial compiler warning in the js2x code We enabled additional compiler warnings in commit 26d8ba170355c9, but so far we did not address the additional warnings in the js2x code yet. This patch fixes at least some of the trivial warnings there. Signed-off-by: Thomas Huth Signed-off-by: Alexey Kardashevskiy --- rtas/flash/block_lists.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rtas') diff --git a/rtas/flash/block_lists.c b/rtas/flash/block_lists.c index e632fd0..d632229 100644 --- a/rtas/flash/block_lists.c +++ b/rtas/flash/block_lists.c @@ -41,6 +41,7 @@ print_progress(void) break; case 0: printf("\b\\"); + /* fallthrough */ default: i = 3; } -- cgit v1.1