VirtualBox

Changeset 89939 in vbox for trunk/src/VBox/Devices/Input


Ignore:
Timestamp:
Jun 29, 2021 7:00:48 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145397
Message:

Warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp

    r89936 r89939  
    236236             * key up into a key up/key down sequence.
    237237             */
    238             if (idUsage == UINT32_C(PDMIKBDPORT_KEY_UP | 0x90) || idUsage == UINT32_C(PDMIKBDPORT_KEY_UP | 0x91))
     238            if ((idUsage == (PDMIKBDPORT_KEY_UP | 0x90)) || (idUsage == (PDMIKBDPORT_KEY_UP | 0x91)))
    239239            {
    240240                PDRVKBDQUEUEITEM pItem2 = (PDRVKBDQUEUEITEM)PDMQueueAlloc(pDrv->pQueue);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette