VirtualBox

Changeset 51607 in vbox for trunk/src


Ignore:
Timestamp:
Jun 11, 2014 3:07:56 PM (10 years ago)
Author:
vboxsync
Message:

gcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r51606 r51607  
    38133813                        pData->aParms[0].u.pointer.addr = &pDisplay->mCrOglScreenshotData;
    38143814                        pData->aParms[0].u.pointer.size = sizeof (pDisplay->mCrOglScreenshotData);
    3815                         int rc = pDisplay->crCtlSubmit(&pData->Hdr, sizeof (*pData), displayCrCmdFree, pData);
     3815                        rc = pDisplay->crCtlSubmit(&pData->Hdr, sizeof (*pData), displayCrCmdFree, pData);
    38163816                        if (!RT_SUCCESS(rc))
    38173817                            AssertMsgFailed(("crCtlSubmit failed rc %d\n", rc));
     
    38413841                    && !pFBInfo->fDisabled)
    38423842                {
    3843                     int rc = VERR_NOT_SUPPORTED;
     3843                    rc = VERR_NOT_SUPPORTED;
    38443844                    if (   pFBInfo->fVBVAEnabled
    38453845                        && pFBInfo->pu8FramebufferVRAM)
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