queue: fix ISO C conformance for fallthrough label
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/241/head
Ariadne Conill 2022-06-26 18:38:55 +00:00
parent 11164376f7
commit fdd7d192e0
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ flatten_dependency_set(pkgconf_client_t *client, pkgconf_list_t *list)
PKGCONF_TRACE(client, "added %s to dep table", dep->package);
next:
next:;
}
qsort(deps, dep_count, sizeof (void *), dep_sort_cmp);