diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-07-19 19:43:46 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-07-20 15:13:49 +0000 |
| commit | 5c329f0a4d32cec54250ec2d3f61455e85137a6f (patch) | |
| tree | 0e934cf4aa11331f982b15821fe6ac57d5f558e6 | |
| parent | 3dbe05f61b65a73582aefdc2ee5a50ad2b4390ef (diff) | |
| -rw-r--r-- | sys/netpfil/ipfw/ip_dummynet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/ip_dummynet.c b/sys/netpfil/ipfw/ip_dummynet.c index 503fbef6f530..3b55d59f482b 100644 --- a/sys/netpfil/ipfw/ip_dummynet.c +++ b/sys/netpfil/ipfw/ip_dummynet.c @@ -799,7 +799,7 @@ static void fsk_detach_list(struct dn_fsk_head *h, int flags) { struct dn_fsk *fs; - int n = 0; /* only for stats */ + int n __unused = 0; /* only for stats */ ND("head %p flags %x", h, flags); while ((fs = SLIST_FIRST(h))) { |
