lib/package_orphans.c: the argument is not UNUSED

This commit is contained in:
Duncaen 2019-06-30 16:33:08 +02:00 committed by Juan RP
parent 5c828d8667
commit b60054267b

View File

@ -60,7 +60,7 @@
*/
xbps_array_t
xbps_find_pkg_orphans(struct xbps_handle *xhp, xbps_array_t orphans_user UNUSED)
xbps_find_pkg_orphans(struct xbps_handle *xhp, xbps_array_t orphans_user)
{
xbps_array_t rdeps, reqby, array = NULL;
xbps_dictionary_t pkgd, deppkgd;