From 52e3ce3b132d85f702f0f611c84770244e119e0f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 21 Jan 2022 14:04:01 +0000 Subject: [PATCH] compiler quietening --- src/src/expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/expand.c b/src/src/expand.c index cff5e9c1a..cd9b48c23 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -7018,7 +7018,7 @@ while (*s) yield->s + start, yield->ptr - start, skipping); continue; -NOT_ITEM: +NOT_ITEM: ; } /* Control reaches here if the name is not recognized as one of the more -- 2.30.2