Merge pull request #1170 from Rolinh/fix-unused-param
modified libpkg/backup.c
@@ -54,7 +54,7 @@ ps_cb(void *ps, int ncols, char **coltext, __unused char **colnames)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -147,7 +147,7 @@ pkgdb_dump(struct pkgdb *db, const char *dest)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -174,7 +174,7 @@ pkgdb_load(struct pkgdb *db, const char *src)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -1086,7 +1086,7 @@ int pkg_solve_sat_to_jobs(struct pkg_solve_problem *problem);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_add.c
@@ -81,7 +81,7 @@ pkg_add_file_random_suffix(char *buf, int buflen, int suflen)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -222,7 +222,7 @@ do_extract(struct archive *a, struct archive_entry *ae, const char *location,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_jobs.c
@@ -423,7 +423,7 @@ pkg_jobs_add_req(struct pkg_jobs *j, struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -496,7 +496,7 @@ pkg_jobs_process_add_request(struct pkg_jobs *j, bool top)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1506,7 +1506,7 @@ jobs_solve_install_upgrade(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1655,7 +1655,7 @@ again:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1760,7 +1760,7 @@ pkg_jobs_type(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1830,7 +1830,6 @@ pkg_jobs_execute(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -1841,8 +1840,6 @@ pkg_jobs_execute(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -1881,14 +1878,12 @@ pkg_jobs_execute(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_ports.c
@@ -1071,7 +1071,7 @@ flush_script_buffer(struct sbuf *buf, struct pkg *p, int type)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1202,7 +1202,7 @@ ports_parse_plist(struct pkg *pkg, const char *plist, const char *stage)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_solve.c
@@ -1054,7 +1054,7 @@ pkg_solve_sat_to_jobs(struct pkg_solve_problem *problem)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -853,7 +853,7 @@ pkgdb_access(unsigned mode, unsigned database)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -646,7 +646,7 @@ void pkg_delete_file(struct pkg *pkg, struct pkg_file *file, unsigned force);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/update.c
@@ -356,7 +356,7 @@ pkg_repo_binary_register_conflicts(const char *origin, char **conflicts,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -441,7 +441,7 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -500,7 +500,7 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/check.c
@@ -56,7 +56,7 @@ static int check_deps(struct pkgdb *db, struct pkg *pkg, struct deps_head *dh,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -127,7 +127,7 @@ deps_free(struct deps_head *dh)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -493,7 +493,7 @@ exec_check(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/utils.c
@@ -751,8 +751,7 @@ set_jobs_summary_pkg(struct pkg_jobs *jobs,
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -877,7 +876,7 @@ print_jobs_summary(struct pkg_jobs *jobs, const char *msg, ...)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|