VirtualBox

Changeset 40773 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Apr 5, 2012 12:27:25 PM (13 years ago)
Author:
vboxsync
Message:

Devices/Storage/DevATA: fix warnings, uninitialized variables.

File:
1 edited

Legend:

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

    r40280 r40773  
    15781578static bool ataReadSectorsSS(ATADevState *s)
    15791579{
    1580     int rc;
     1580    int rc = VERR_GENERAL_FAILURE;
    15811581    uint32_t cSectors;
    15821582    uint64_t iLBA;
    1583     bool fRedo;
     1583    bool fRedo = false;
    15841584
    15851585    cSectors = s->cbElementaryTransfer / 512;
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