Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- sparse-llvm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sparse-llvm.c b/sparse-llvm.c index cd527eb1c..8b170b4bf 100644 --- a/sparse-llvm.c +++ b/sparse-llvm.c @@ -203,6 +203,7 @@ static LLVMTypeRef symbol_type(struct symbol *sym) switch (sym->type) { case SYM_BITFIELD: + case SYM_RESTRICT: case SYM_ENUM: ret = symbol_type(sym->ctype.base_type); break; -- 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