From 323e95c8b38b10f06c3e44394abca87a84e03d28 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 May 1994 13:57:20 +0000 Subject: . --- src/pathchk.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/pathchk.c') diff --git a/src/pathchk.c b/src/pathchk.c index b509102ad..76a3401a4 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -274,6 +274,11 @@ validate_path (path, portability) if (*path == '\0') return 0; +#ifdef lint + /* Suppress `used before initialized' warning. */ + exists = 0; +#endif + /* Figure out the parent of the first element in PATH. */ parent = xstrdup (*path == '/' ? "/" : "."); -- cgit v1.2.3-54-g00ecf