mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Eliminate some warnings
This commit is contained in:
parent
c8d718b211
commit
b5891c8b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue