VirtualBox

Changeset 32500 in vbox


Ignore:
Timestamp:
Sep 15, 2010 8:38:52 AM (14 years ago)
Author:
vboxsync
Message:

DMG: gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DMGHDDCore.cpp

    r32432 r32500  
    15581558    PDMGIMAGE pImage = (PDMGIMAGE)pBackendData;
    15591559    PDMGEXTENT pExtent = NULL;
    1560     int rc;
     1560    int rc = VINF_SUCCESS;
    15611561
    15621562    Assert(pImage);
     
    16151615                 pBackendData, uOffset, pvBuf, cbToWrite, pcbWriteProcess, pcbPreRead, pcbPostRead));
    16161616    PDMGIMAGE pImage = (PDMGIMAGE)pBackendData;
    1617     int rc;
     1617    int rc = VERR_NOT_IMPLEMENTED;
    16181618
    16191619    Assert(pImage);
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