From f19a8effc4801a8b7449d7ce89466b48d6ee2bb6 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 12 Sep 2024 05:49:30 +0300 Subject: [PATCH] suppress warning --- src/builtins/slash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/slash.c b/src/builtins/slash.c index 914580e2..6a2fdecc 100644 --- a/src/builtins/slash.c +++ b/src/builtins/slash.c @@ -1028,7 +1028,7 @@ B slash_ucw(B t, B o, B w, B x) { return r; } #endif - notConstEach:; + goto notConstEach; notConstEach:; B arg = C2(slash, incG(w), incG(x)); usz argIA = IA(arg);