VirtualBox

Changeset 17157 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 26, 2009 11:26:14 AM (16 years ago)
Author:
vboxsync
Message:

OVF: removed some warnings on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17152 r17157  
    291291HRESULT Appliance::init(VirtualBox *aVirtualBox)
    292292{
    293     HRESULT rc;
    294 
    295293    /* Enclose the state transition NotReady->InInit->Ready */
    296294    AutoInitSpan autoInitSpan(this);
     
    16301628        /* Figure out how many sub operation the import will need */
    16311629        /* One for the appliance */
    1632         int opCount = 1;
     1630        size_t opCount = 1;
    16331631        list< ComObjPtr<VirtualSystemDescription> >::const_iterator it;
    16341632        for (it = m->virtualSystemDescriptions.begin();
     
    20242022                    fSessionOpen = true;
    20252023
    2026                     int result;
    20272024                    /* The disk image has to be on the same place as the OVF file. So
    20282025                     * strip the filename out of the full file path. */
     
    22532250                    fSessionOpen = false;
    22542251                }
    2255                 catch(HRESULT aRC)
     2252                catch(HRESULT /* aRC */)
    22562253                {
    22572254                    if (fSourceHdNeedsClosing)
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