forked from ariadne/pkgconf
queue: fix ISO C conformance for fallthrough label
parent
11164376f7
commit
fdd7d192e0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue