fix warning: label 'out1' defined but not used
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c20e42e320
commit
ddfdf68ca1
@ -7277,7 +7277,9 @@ subevalvar(char *start, char *str, int strloc,
|
|||||||
out:
|
out:
|
||||||
amount = loc - expdest;
|
amount = loc - expdest;
|
||||||
STADJUST(amount, expdest);
|
STADJUST(amount, expdest);
|
||||||
|
#if BASH_PATTERN_SUBST
|
||||||
out1:
|
out1:
|
||||||
|
#endif
|
||||||
/* Remove any recorded regions beyond start of variable */
|
/* Remove any recorded regions beyond start of variable */
|
||||||
removerecordregions(startloc);
|
removerecordregions(startloc);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user