VirtualBox

Changeset 69243 in vbox for trunk


Ignore:
Timestamp:
Oct 24, 2017 5:28:08 PM (7 years ago)
Author:
vboxsync
Message:

Devices/Graphics: VMSVGA build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp

    r69242 r69243  
    52875287            LogFunc(("SetStreamSourceFreq[%d]=%x\n", iCurrentStreamId, pVertexDivisor[iCurrentStreamId].value));
    52885288            HRESULT hr2 = pContext->pDevice->SetStreamSourceFreq(iCurrentStreamId, pVertexDivisor[iCurrentStreamId].value);
    5289             Assert(SUCCEEDED(hr2));
     5289            Assert(SUCCEEDED(hr2)); RT_NOREF(hr2);
    52905290        }
    52915291
     
    54775477        {
    54785478            HRESULT hr2 = pContext->pDevice->SetStreamSourceFreq(i, 1);
    5479             Assert(SUCCEEDED(hr2));
     5479            Assert(SUCCEEDED(hr2)); RT_NOREF(hr2);
    54805480        }
    54815481    }
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