See also an obsolete version at http://marc.info/?l=linux-sparse&m=113344255600417&w=2 Signed-off-by: Blue Swirl <blauwirbel@xxxxxxxxx> --- parse.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/parse.c b/parse.c index e5ad867..613f439 100644 --- a/parse.c +++ b/parse.c @@ -530,6 +530,8 @@ static struct init_keyword { { "__hot__", NS_KEYWORD, .op = &ignore_attr_op }, { "warning", NS_KEYWORD, .op = &ignore_attr_op }, { "__warning__", NS_KEYWORD, .op = &ignore_attr_op }, + { "bounded", NS_KEYWORD, .op = &ignore_attr_op }, + { "__bounded__", NS_KEYWORD, .op = &ignore_attr_op }, }; void init_parser(int stream) -- 1.6.2.4 -- 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