VirtualBox

Changeset 62742 in vbox for trunk/src


Ignore:
Timestamp:
Jul 30, 2016 3:44:16 PM (8 years ago)
Author:
vboxsync
Message:

Storage: warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VDI.cpp

    r62740 r62742  
    10601060static DECLCALLBACK(int) vdiDiscardBlockAsyncUpdate(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
    10611061{
     1062    RT_NOREF1(rcReq);
    10621063    int rc = VINF_SUCCESS;
    10631064    PVDIIMAGEDESC pImage = (PVDIIMAGEDESC)pBackendData;
     
    23652366                                    PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation)
    23662367{
     2368    RT_NOREF2(pVDIfsDisk, pVDIfsImage);
    23672369    PVDIIMAGEDESC pImage = (PVDIIMAGEDESC)pBackendData;
    23682370    int rc = VINF_SUCCESS;
     
    23792381    }
    23802382
    2381     PFNVDPROGRESS pfnProgress = NULL;
    2382     void *pvUser = NULL;
    23832383    PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
    23842384
     
    26152615                                   PVDINTERFACE pVDIfsOperation)
    26162616{
     2617    RT_NOREF5(uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation);
    26172618    PVDIIMAGEDESC pImage = (PVDIIMAGEDESC)pBackendData;
    26182619    int rc = VINF_SUCCESS;
    2619 
    2620     PFNVDPROGRESS pfnProgress = NULL;
    2621     void *pvUser = NULL;
    2622     PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
    26232620
    26242621    /*
     
    29762973    do
    29772974    {
    2978         bool fRepairHdr = false;
    29792975        bool fRepairBlockArray = false;
    29802976
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