VirtualBox

Changeset 22313 in vbox


Ignore:
Timestamp:
Aug 17, 2009 11:34:21 PM (15 years ago)
Author:
vboxsync
Message:

VBoxUtils-darwin.cpp: shut up gcc warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp

    r22312 r22313  
    410410      ::GetEventParameter (evtRef, kEventParamKeyCode, typeUInt32, NULL,
    411411                           sizeof (keyCode), NULL, &keyCode);
    412       printf(" keyCode=%d (%#x) ", (unsigned)keyCode, (unsigned)keyCode);
     412      printf(" keyCode=%d (%#x) ", (int)keyCode, (unsigned)keyCode);
    413413
    414414      char macCharCodes[8] = {0,0,0,0, 0,0,0,0};
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