An error would be issued if such union is actually used. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@xxxxxxxxx> --- parse.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/parse.c b/parse.c index 877414c..915ae20 100644 --- a/parse.c +++ b/parse.c @@ -987,7 +987,7 @@ static struct token *attribute_conditional_context(struct token *token, struct s static struct token *attribute_transparent_union(struct token *token, struct symbol *attr, struct ctype *ctype) { if (Wtransparent_union) - sparse_error(token->pos, "ignoring attribute __transparent_union__"); + warning(token->pos, "ignoring attribute __transparent_union__"); return token; } -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html