Fix namespace violation
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
|
||||
static int
|
||||
cleaner_cb(struct xbps_handle *xhp, xbps_object_t obj,
|
||||
const char *key _unused, void *arg,
|
||||
bool *done _unused)
|
||||
const char *key UNUSED, void *arg,
|
||||
bool *done UNUSED)
|
||||
{
|
||||
xbps_dictionary_t repo_pkgd;
|
||||
const char *binpkg, *rsha256;
|
||||
|
||||
@@ -64,7 +64,7 @@ usage(bool fail)
|
||||
}
|
||||
|
||||
static int
|
||||
state_cb_rm(const struct xbps_state_cb_data *xscd, void *cbdata _unused)
|
||||
state_cb_rm(const struct xbps_state_cb_data *xscd, void *cbdata UNUSED)
|
||||
{
|
||||
bool slog = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user