From a324ce344b5c57c4dc87c911e32ede7a586bd98d Mon Sep 17 00:00:00 2001 From: dana Date: Sat, 10 May 2025 23:21:48 -0500 Subject: 53578 (tweaked): silence gcc warnings addresses -Wmaybe-uninitialized and (spurious) -Wformat-overflow warnings omitted the change for zle_refresh.c since it was caught in w/54036 --- Src/Zle/computil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle') diff --git a/Src/Zle/computil.c b/Src/Zle/computil.c index 6ac458c91..280e1dbd8 100644 --- a/Src/Zle/computil.c +++ b/Src/Zle/computil.c @@ -1841,7 +1841,7 @@ ca_inactive(Cadef d, char **xor, int cur, int opts) for (; (x = (opts ? "-" : *xor)); xor++) { int excludeall = 0; char *grp = NULL; - size_t grplen; + size_t grplen = 0; char *next, *sep = x; while (*sep != '+' && *sep != '-' && *sep != ':' && *sep != '*' && !idigit(*sep)) { -- cgit v1.2.3-70-g09d2