Fix uninitialized warnings causing build failure
modified libpkg/backup.c
@@ -91,6 +91,7 @@ copy_database(sqlite3 *src, sqlite3 *dst, const char *name)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/fetch.c
@@ -128,8 +128,8 @@ pkg_fetch_file_to_fd(const char *url, int dest, time_t t)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_elf.c
@@ -240,8 +240,8 @@ analyse_elf(struct pkg *pkg, const char *fpath,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo.c
@@ -523,7 +523,7 @@ static int
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/create.c
@@ -81,7 +81,7 @@ pkg_create_matches(int argc, char **argv, match_t match, pkg_formats fmt,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/update.c
@@ -49,7 +49,7 @@ pkgcli_update(bool force) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|