diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-21 14:04:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-21 14:04:01 +0000 |
commit | 52e3ce3b132d85f702f0f611c84770244e119e0f (patch) | |
tree | 84b0ef49e25e8c73e02123305f29d0f023d8a662 | |
parent | 80dec2b11297acb99c25a76e6c55ba81da906576 (diff) |
compiler quietening
-rw-r--r-- | src/src/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |