From ce1d4907f22154172f730a6d5345ae6a5150a9b9 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Fri, 29 Dec 2023 16:20:55 -0500 Subject: Initialize a few error variables to avoid GCC warnings Message-ID: <20231229212105.858759-1-flaviocruz@gmail.com> --- trans/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans') diff --git a/trans/random.c b/trans/random.c index b68354e1..7e3d3eba 100644 --- a/trans/random.c +++ b/trans/random.c @@ -158,7 +158,7 @@ update_random_seed_file (void) static error_t read_random_seed_file (void) { - error_t err; + error_t err = 0; int fd; struct stat s; void *map; -- cgit v1.2.3