pkg: avoid a bunch of warnings
modified libpkg/lua_scripts.c
@@ -100,16 +100,16 @@ pkg_lua_script_run(struct pkg * const pkg, pkg_lua_script type, bool upgrade)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/metalog.c
@@ -100,7 +100,7 @@ out:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_abi.c
@@ -326,7 +326,8 @@ pkg_abi_from_file(struct pkg_abi *abi)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_abi_macho.c
@@ -103,6 +103,7 @@ pkg_arch_to_cputype(enum pkg_arch arch) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -455,7 +456,7 @@ pkg_analyse_macho(const bool developer_mode, struct pkg *pkg,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_attributes.c
@@ -375,6 +375,19 @@ pkg_get_element(struct pkg *p, pkg_attr a)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_audit.c
@@ -549,6 +549,7 @@ pkg_audit_parse_vulnxml(struct pkg_audit *audit)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -579,6 +580,11 @@ pkg_audit_parse_vulnxml(struct pkg_audit *audit)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_checksum.c
@@ -49,7 +49,7 @@ struct kv {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -160,6 +160,7 @@ static const struct _pkg_cksum_type {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -1022,7 +1022,7 @@ type_to_string(int type)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1057,7 +1057,7 @@ config_validate_debug_flags(const ucl_object_t *o)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_cpe.c
@@ -31,8 +31,8 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_cudf.c
@@ -61,7 +61,7 @@ cudf_print_package_name(FILE *f, const char *name)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -83,7 +83,7 @@ cudf_print_element(FILE *f, const char *line, bool has_next, int *column)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -113,7 +113,8 @@ cudf_emit_pkg(struct pkg *pkg, int version, FILE *f,
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -182,7 +183,7 @@ static int
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_elf.c
@@ -685,6 +685,6 @@ int pkg_analyse_elf(const bool developer_mode, struct pkg *pkg,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified libpkg/pkg_jobs.c
@@ -459,7 +459,7 @@ append_to_del_request(struct pkg_jobs *j, pkgs_t *to_process, const char *uid, c
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_create.c
@@ -1052,7 +1052,7 @@ pack_sign(struct packing *pack, struct pkgsign_ctx *sctx, const char *path,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1104,7 +1104,7 @@ pack_command_sign(struct packing *pack, const char *path, char **argv, int argc,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_solve.c
@@ -856,7 +856,8 @@ pkg_solve_jobs_to_sat(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgbase.c
@@ -98,7 +98,7 @@ int
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/binfmt.h
@@ -19,10 +19,10 @@ int pkg_elf_abi_from_fd(int fd, struct pkg_abi *abi);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
modified libpkg/private/pkg.h
@@ -891,7 +891,7 @@ char* pkg_message_to_str(struct pkg *pkg);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/init.c
@@ -71,7 +71,7 @@ pkg_repo_binary_get_user_version(sqlite3 *sqlite, int *reposcver)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/scripts.c
@@ -166,9 +166,9 @@ pkg_script_run(struct pkg * const pkg, pkg_script type, bool upgrade, bool noexe
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/triggers.c
@@ -297,7 +297,7 @@ trigger_is_it_a_cleanup(struct triggers *t, const char *path)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -632,7 +632,7 @@ append_touched_file(const char *path)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|