From a3aa38e62499e40b6997d69e0922901b2b980728 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 12 May 2020 00:58:02 +0200 Subject: [PATCH] trying to help old gcc 5... --- client/src/fido/cbortools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/fido/cbortools.c b/client/src/fido/cbortools.c index 2eb386bc2..a7b08e619 100644 --- a/client/src/fido/cbortools.c +++ b/client/src/fido/cbortools.c @@ -130,7 +130,7 @@ static CborError dumprecursive(uint8_t cmdCode, bool isResponse, CborValue *it, CborError err; CborType type = cbor_value_get_type(it); //printf("^%x^", type); - bool got_next; + bool got_next = false; switch (type) { case CborMapType: