VirtualBox

Changeset 70661 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 21, 2018 4:26:54 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120397
Message:

Devices/Graphics: build fix for previous code cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp

    r70602 r70661  
    30683068                        pVGAState->pVdma = pVdma;
    30693069
     3070#ifdef VBOX_WITH_CRHGSMI
    30703071                        /* No HGCM service if VMSVGA is enabled. */
    30713072                        if (!pVGAState->fVMSVGAEnabled)
     
    30733074                            int rcIgnored = vboxVDMACrCtlHgsmiSetup(pVdma); NOREF(rcIgnored); /** @todo is this ignoring intentional? */
    30743075                        }
     3076#endif
    30753077                        return VINF_SUCCESS;
    30763078
     
    32023204    RT_NOREF(cbCmd);
    32033205    pCmd->rc = VERR_NOT_IMPLEMENTED;
    3204     rc = VBoxSHGSMICommandComplete(pVdma->pHgsmi, pCmd);
     3206    int rc = VBoxSHGSMICommandComplete(pVdma->pHgsmi, pCmd);
    32053207    AssertRC(rc);
    32063208#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