Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/reserved.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validation/reserved.c b/validation/reserved.c index e5d7af862..2ca9ac40a 100644 --- a/validation/reserved.c +++ b/validation/reserved.c @@ -16,6 +16,7 @@ static int (__typeof__); static int (inline); static int (__inline); static int (__inline__); +static int (_Static_assert); /* * check-name: const et.al. are reserved identifiers * check-error-start: @@ -37,5 +38,6 @@ reserved.c:15:12: error: Trying to use reserved word '__typeof__' as identifier reserved.c:16:12: error: Trying to use reserved word 'inline' as identifier reserved.c:17:12: error: Trying to use reserved word '__inline' as identifier reserved.c:18:12: error: Trying to use reserved word '__inline__' as identifier +reserved.c:19:12: error: Trying to use reserved word '_Static_assert' as identifier * check-error-end: */ -- 2.12.0 -- 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