mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
bogus uninitialised variable warning
This commit is contained in:
parent
b2f8bc5ea2
commit
24520730a6
@ -1224,7 +1224,7 @@ static int
|
||||
ca_parse_line(Cadef d, int multi, int first)
|
||||
{
|
||||
Caarg adef, ddef;
|
||||
Caopt ptr, wasopt, dopt;
|
||||
Caopt ptr, wasopt = NULL, dopt;
|
||||
struct castate state;
|
||||
char *line, *pe, **argxor = NULL;
|
||||
int cur, doff, argend, arglast;
|
||||
|
Loading…
Reference in New Issue
Block a user