Suppress unused variable warning

This commit is contained in:
2026-07-09 08:38:07 +02:00
parent aae31c2b1d
commit ec356b8a6e

View File

@@ -311,7 +311,7 @@ XTCDECL
VOID
HL::Pic::HandleApicErrorInterrupt(IN PKTRAP_FRAME TrapFrame)
{
ULONG ErrorStatus;
UNUSED ULONG ErrorStatus;
/* Write 0 to the ESR register to trigger an internal state update, then read the latched status */
WriteApicRegister(APIC_ESR, 0);