mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Silence a warning.
svn path=/trunk/; revision=42227
This commit is contained in:
parent
c417ef7e62
commit
79b4bf14f7
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ i8042MouResetIsr(
|
|||
DeviceExtension->MouseTimeoutState = TimeoutStart;
|
||||
PortDeviceExtension = DeviceExtension->Common.PortDeviceExtension;
|
||||
|
||||
switch (DeviceExtension->MouseResetState)
|
||||
switch ((ULONG)DeviceExtension->MouseResetState)
|
||||
{
|
||||
case 1100: /* the first ack, drop it. */
|
||||
DeviceExtension->MouseResetState = ExpectingReset;
|
||||
|
|
Loading…
Reference in a new issue