From b3c405408fb7abaad6039b65d86ef701b12c9f0a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Mar 2010 11:19:22 +0100 Subject: Fix a few compiler warnings (-Wall -Wextra) --- src/options.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 6deaf85..63d71d9 100644 --- a/src/options.c +++ b/src/options.c @@ -396,8 +396,7 @@ static void feh_parse_option_array(int argc, char **argv) {"index-dim", 1, 0, 232}, {0, 0, 0, 0} }; - int optch = 0, cmdx = 0, i = 0; - int geomret; + int optch = 0, cmdx = 0; D_ENTER(4); -- cgit v1.2.3