VirtualBox

Changeset 22317 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 18, 2009 10:29:29 AM (15 years ago)
Author:
vboxsync
Message:

some Windows warnings in Main

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

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

    r22173 r22317  
    24412441                                type = OVFResourceType_Processor; // 3
    24422442                                desc.strVbox.toInt(uTemp);
    2443                                 lVirtualQuantity = uTemp;
     2443                                lVirtualQuantity = (int32_t)uTemp;
    24442444                                strCaption = Utf8StrFmt("%d virtual CPU", lVirtualQuantity);     // without this ovftool won't eat the item
    24452445                            }
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r22277 r22317  
    40174017                tr ("The service call failed with the error %Rrc"), vrc);
    40184018    }
    4019     catch(std::bad_alloc &e)
     4019    catch(std::bad_alloc & /*e*/)
    40204020    {
    40214021        rc = E_OUTOFMEMORY;
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r22293 r22317  
    18991899        }
    19001900    }
    1901     catch(std::bad_alloc &e)
     1901    catch(std::bad_alloc & /*e*/)
    19021902    {
    19031903        return VERR_NO_MEMORY;
     
    23052305            }
    23062306            Guid hostIFGuid(str);
    2307             STR_FREE(str);
     2307            STR_FREE();
    23082308
    23092309            INetCfg              *pNc;
     
    26192619            }
    26202620            Guid hostIFGuid(str);
    2621             STR_FREE(str);
     2621            STR_FREE();
    26222622
    26232623            INetCfg *pNc;
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