VirtualBox

Changeset 95420 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 29, 2022 2:15:36 AM (3 years ago)
Author:
vboxsync
Message:

linux/drm: Build fix (no RT_NOREF here during automatic 'test' build - gcc + 5.16.10-100.fc34.x86_64). bugref:10247

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_ttm.c

    r95415 r95420  
    806806
    807807#if RTLNX_VER_MIN(5,14,0) || RTLNX_RHEL_RANGE(8,6, 8,99)
    808         RT_NOREF(vbox);
     808        (void)vbox;
    809809        if (drm_dev_is_unplugged(file_priv->minor->dev))
    810810                return -ENODEV;
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