VirtualBox

Changeset 64325 in vbox for trunk/src/VBox/Devices/USB/linux


Ignore:
Timestamp:
Oct 19, 2016 4:52:18 PM (8 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp

    r64324 r64325  
    112112{
    113113    /** The kernel URB data. */
    114 #if RT_GNUC_PREREQ(4, 6)
     114#if RT_GNUC_PREREQ(6, 0)
    115115    /* gcc 6.2 complains about the [] member of KUrb */
    116116# pragma GCC diagnostic push
     
    118118#endif
    119119    struct usbdevfs_urb             KUrb;
    120 #if RT_GNUC_PREREQ(4, 6)
     120#if RT_GNUC_PREREQ(6, 0)
    121121# pragma GCC diagnostic pop
    122122#endif
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