mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
net: whack "set but not used" warnings in net/pfil.c
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
5a4e46f6ec
commit
c681cce925
@ -479,7 +479,7 @@ static void
|
||||
pfil_init(const void *unused __unused)
|
||||
{
|
||||
struct make_dev_args args;
|
||||
int error;
|
||||
int error __diagused;
|
||||
|
||||
make_dev_args_init(&args);
|
||||
args.mda_flags = MAKEDEV_WAITOK | MAKEDEV_CHECKNAME;
|
||||
|
Loading…
Reference in New Issue
Block a user