From f41748b58f7116ef41ac71e129e8de1b2df11d87 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 20 Mar 2008 12:23:33 +0000 Subject: [PATCH] missing return added [r19001] --- parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/parser.c b/parser.c index 8393512..2577cb1 100644 --- a/parser.c +++ b/parser.c @@ -1069,6 +1069,7 @@ static gnu_attribute_t *allocate_gnu_attribute(gnu_attribute_kind_t kind) { attribute->next = NULL; attribute->invalid = false; attribute->have_arguments = false; + return attribute; } /** -- 2.20.1