From 8690141fba2f488ad2c15158fde7dc2ed9e78a4e Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Fri, 15 Aug 2008 14:17:08 +0300 Subject: [PATCH] Anything that we don't handle is obviously complicated. Signed-off-by: Dan Carpenter --- smatch_helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/smatch_helper.c b/smatch_helper.c index 52feaf5d..b6e2331b 100644 --- a/smatch_helper.c +++ b/smatch_helper.c @@ -190,6 +190,7 @@ static void __get_variable_from_expr(struct symbol **sym_ptr, char *buf, return; } default: + (*complicated)++; //printf("unknown type = %d\n", expr->type); return; } -- 2.11.4.GIT