lockf: annotate LOCKF_DEBUG only var
This commit is contained in:
parent
d1230b1159
commit
788390df0a
@ -2235,8 +2235,9 @@ graph_add_edge(struct owner_graph *g, struct owner_vertex *x,
|
||||
{
|
||||
struct owner_edge *e;
|
||||
struct owner_vertex_list deltaF, deltaB;
|
||||
int nF, nB, n, vi, i;
|
||||
int nF, n, vi, i;
|
||||
int *indices;
|
||||
int nB __unused;
|
||||
|
||||
sx_assert(&lf_owner_graph_lock, SX_XLOCKED);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user