From 7fdc2c1b75a824a1ec220a96f11ccd3d5359ba97 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 8 Jul 2011 13:52:12 +0200 Subject: [PATCH 1/1] Remove dead assignment. --- format_check.c | 1 - 1 file changed, 1 deletion(-) diff --git a/format_check.c b/format_check.c index d77b588..37d2598 100644 --- a/format_check.c +++ b/format_check.c @@ -768,7 +768,6 @@ static void check_scanf_format(const call_argument_t *arg, break; case 'c': - expected_type = type_int; switch (fmt_mod) { case FMT_MOD_NONE: expected_type = type_char; break; case FMT_MOD_l: expected_type = type_wchar_t; break; -- 2.20.1