Change code to compile with -Wall -Wextra.
--HG-- extra : convert_revision : 992e1515458c6ee36cd481d1ba0ff8febf892d12
This commit is contained in:
parent
028cacdd2a
commit
3b18195a6a
8 changed files with 34 additions and 12 deletions
|
@ -128,7 +128,8 @@ xbps_sort_pkg_deps(prop_dictionary_t chaindeps)
|
|||
prop_object_iterator_t iter;
|
||||
struct sorted_dependency *sdep, *sdep2;
|
||||
uint32_t maxprio = 0;
|
||||
size_t curidx = 0, indirdepscnt = 0, dirdepscnt = 0, cnt = 0;
|
||||
size_t indirdepscnt = 0, dirdepscnt = 0, cnt = 0;
|
||||
ssize_t curidx = 0;
|
||||
const char *curpkg, *rundep;
|
||||
char *pkgname;
|
||||
int rv = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue