missing return added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 20 Mar 2008 12:23:33 +0000 (12:23 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 20 Mar 2008 12:23:33 +0000 (12:23 +0000)
[r19001]

parser.c

index 8393512..2577cb1 100644 (file)
--- 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;
 }
 
 /**