From 7f303bec64c7a300f0f38e9938a8327cac9591e0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 9 Dec 2022 12:58:08 -0500 Subject: parse: Mark another variable with BFS_UNINIT() --- src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse.c') diff --git a/src/parse.c b/src/parse.c index 90e7e3b..ad32714 100644 --- a/src/parse.c +++ b/src/parse.c @@ -2119,7 +2119,7 @@ static int parse_mode(const struct parser_state *state, const char *mode, struct MODE_PLUS, MODE_MINUS, MODE_EQUALS, - } op; + } BFS_UNINIT(op, MODE_EQUALS); mode_t BFS_UNINIT(who, 0); mode_t BFS_UNINIT(file_change, 0); -- cgit v1.2.3