Eliminate some warnings
This commit is contained in:
parent
c8d718b211
commit
b5891c8b1a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user