From 2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 17 Apr 2025 14:49:33 -0400 Subject: fix compile warnings --- user/lib/printf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'user/lib') diff --git a/user/lib/printf.c b/user/lib/printf.c index 4d20263..65d7f0f 100644 --- a/user/lib/printf.c +++ b/user/lib/printf.c @@ -444,6 +444,7 @@ static void do_printf(context_t *ctx, va_list args) opts.radix = 16; opts.hash = true; opts.zero = true; + /* fallthrough */ case 'd': case 'i': case 'u': -- cgit v1.2.3-freya