mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix two unused/possible-uninitialized var warnings.
--
This commit is contained in:
parent
b6d621583f
commit
a2600e42f9
2 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,7 @@ amkdir_p (char **directory_components)
|
|||
int count;
|
||||
char **dirs;
|
||||
int i;
|
||||
int rc;
|
||||
int rc = 0;
|
||||
|
||||
for (count = 0; directory_components[count]; count ++)
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue