Changeset 64325 in vbox for trunk/src/VBox/Devices/USB/linux
- Timestamp:
- Oct 19, 2016 4:52:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r64324 r64325 112 112 { 113 113 /** The kernel URB data. */ 114 #if RT_GNUC_PREREQ( 4, 6)114 #if RT_GNUC_PREREQ(6, 0) 115 115 /* gcc 6.2 complains about the [] member of KUrb */ 116 116 # pragma GCC diagnostic push … … 118 118 #endif 119 119 struct usbdevfs_urb KUrb; 120 #if RT_GNUC_PREREQ( 4, 6)120 #if RT_GNUC_PREREQ(6, 0) 121 121 # pragma GCC diagnostic pop 122 122 #endif
Note:
See TracChangeset
for help on using the changeset viewer.