From d0f8757971e8b62432789b4108ef15149e352aa5 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Sun, 14 Feb 2010 14:50:53 +0300 Subject: [PATCH] check_overflow: option_spammy => option_info We don't actually print anything unless --info is used. Signed-off-by: Dan Carpenter --- check_overflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_overflow.c b/check_overflow.c index da12e0cf..fa9ca930 100644 --- a/check_overflow.c +++ b/check_overflow.c @@ -38,7 +38,7 @@ static void print_args(struct expression *expr, int size) const char *arg_name; int i; - if (!option_spammy) + if (!option_info) return; name = get_variable_from_expr(expr, &sym); -- 2.11.4.GIT