From ef1ea4ad0ff6306542140561e00ee7d45b320083 Mon Sep 17 00:00:00 2001 From: dzaima Date: Wed, 14 Aug 2024 05:23:05 +0300 Subject: [PATCH] make gcc not complain about break funky --- src/utils/bits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/bits.c b/src/utils/bits.c index b13fa218..1bfcba46 100644 --- a/src/utils/bits.c +++ b/src/utils/bits.c @@ -154,7 +154,7 @@ NOINLINE void bitnarrow(void* rp, ux rcsz, void* xp, ux xcsz, ux cam) { // for n goto decG_ret; } #endif - for (ux i=0; i