mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
x86: plug a set-but-not-unused var in native_lapic_ipi_free
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
bc02034cca
commit
ceed3949bc
1 changed files with 1 additions and 1 deletions
|
|
@ -2178,7 +2178,7 @@ static void
|
|||
native_lapic_ipi_free(int vector)
|
||||
{
|
||||
struct gate_descriptor *ip;
|
||||
long func;
|
||||
long func __diagused;
|
||||
|
||||
KASSERT(vector >= IPI_DYN_FIRST && vector <= IPI_DYN_LAST,
|
||||
("%s: invalid vector %d", __func__, vector));
|
||||
|
|
|
|||
Loading…
Reference in a new issue