diff options
-rw-r--r-- | sys/kern/kern_lockf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index ec188187cb4e9..6fb8692d4861e 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -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); |