From efd3baf2a2dd09c162c37ad1d6ea71a45620fb7f Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 10 Dec 2016 19:13:53 -0800 Subject: 40134: silence spurious compiler warnings. --- Src/Zle/compmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle') diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c index f82f00e1d..aedf463fc 100644 --- a/Src/Zle/compmatch.c +++ b/Src/Zle/compmatch.c @@ -674,7 +674,7 @@ match_str(char *l, char *w, Brinfo *bpp, int bc, int *rwlp, * * operation. Similar to savw. */ - char savl; + char savl = 0; /* * The anchor on this end. */ -- cgit 1.4.1