From ddfdf68ca1d925712a042700118e29f26137f9bd Mon Sep 17 00:00:00 2001 From: Cristian Ionescu-Idbohrn Date: Wed, 18 Nov 2020 10:41:14 +0100 Subject: fix warning: label 'out1' defined but not used Signed-off-by: Cristian Ionescu-Idbohrn Signed-off-by: Denys Vlasenko --- shell/ash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/ash.c') diff --git a/shell/ash.c b/shell/ash.c index d1ca3451d..8c9a590d1 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -7277,7 +7277,9 @@ subevalvar(char *start, char *str, int strloc, out: amount = loc - expdest; STADJUST(amount, expdest); +#if BASH_PATTERN_SUBST out1: +#endif /* Remove any recorded regions beyond start of variable */ removerecordregions(startloc); -- cgit v1.2.3