VirtualBox

Ignore:
Timestamp:
Aug 14, 2016 9:56:30 AM (8 years ago)
Author:
vboxsync
Message:

compile fixes on Ubuntu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c

    r63222 r63435  
    7171    /* Read a byte from the device to acknowledge the event */
    7272    char c;
    73     (void) read(pInfo->fd, &c, 1);
     73    int res = read(pInfo->fd, &c, 1);
     74    NOREF(res);
    7475    /* The first test here is a workaround for an apparent bug in Xorg Server 1.5 */
    7576    if (
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