mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
47784: silence a compiler waring from pattern.c
This commit is contained in:
parent
7a81e6344f
commit
94b5446838
2 changed files with 4 additions and 1 deletions
|
|
@ -1250,7 +1250,7 @@ patcomppiece(int *flagp, int paren)
|
|||
int hash, count;
|
||||
union upat up;
|
||||
char *nptr, *str0, *ptr, *patprev;
|
||||
zrange_t from, to;
|
||||
zrange_t from = 0, to;
|
||||
char *charstart;
|
||||
|
||||
flags = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue