From b5891c8b1a79c025309e56c721bf3f0be791ee58 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 8 Jun 2016 09:44:16 -0600 Subject: [PATCH] Eliminate some warnings --- system/hexed/src/hexed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hexed/src/hexed.c b/system/hexed/src/hexed.c index ef2137349..a9a682576 100644 --- a/system/hexed/src/hexed.c +++ b/system/hexed/src/hexed.c @@ -229,7 +229,7 @@ int parseargs(FAR char *argv[]) FAR struct command_s *cmd; FAR char *fname; FAR char *opt; - int optc; + int optc = 0; fname = NULL; cmd = g_cmdtbl;