lockf: annotate LOCKF_DEBUG only var

This commit is contained in:
Matt Macy 2018-05-19 05:04:38 +00:00
parent d1230b1159
commit 788390df0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333855

View File

@ -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);