mbuf: plug set-but-not-used vars

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2021-12-09 17:59:11 +00:00
parent 26e837e2d4
commit 0a048d4a98

View File

@ -680,7 +680,7 @@ static void
mb_dtor_mbuf(void *mem, int size, void *arg)
{
struct mbuf *m;
unsigned long flags;
unsigned long flags __diagused;
m = (struct mbuf *)mem;
flags = (unsigned long)arg;