Fix all warnings found by clang analyzer as reported by ojab in issue 3.
This commit is contained in:
@@ -254,7 +254,6 @@ xbps_check_pkg_integrity(const char *pkgname)
|
||||
}
|
||||
rv = xbps_check_is_installed_pkg_by_pattern(reqpkg);
|
||||
if (rv <= 0) {
|
||||
rv = ENOENT;
|
||||
printf("%s: dependency not satisfied: %s\n",
|
||||
pkgname, reqpkg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user