VirtualBox

Ignore:
Timestamp:
May 6, 2013 8:05:56 PM (12 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxmouse: fix a warning on some platforms.

File:
1 edited

Legend:

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

    r45356 r45925  
    7070    /* Read a byte from the device to acknowledge the event */
    7171    char c;
    72     read(pInfo->fd, &c, 1);
     72    (void) read(pInfo->fd, &c, 1);
    7373    /* The first test here is a workaround for an apparent bug in Xorg Server 1.5 */
    7474    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