VirtualBox

Changeset 78735 in vbox for trunk/src


Ignore:
Timestamp:
May 24, 2019 7:46:11 PM (6 years ago)
Author:
vboxsync
Message:

bugref:9436. small fixes.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r78430 r78735  
    152152};
    153153
    154 enum
     154enum actionType
    155155{
    156156    NOT_SET, LOCAL, CLOUD
     
    989989                        case VirtualSystemDescriptionType_CloudInstanceId:
    990990                        case VirtualSystemDescriptionType_CloudImageId:
     991                        case VirtualSystemDescriptionType_CloudInstanceState:
     992                        case VirtualSystemDescriptionType_CloudImageState:
    991993                        case VirtualSystemDescriptionType_Miscellaneous:
    992994                            /** @todo  VirtualSystemDescriptionType_Miscellaneous? */
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r78734 r78735  
    432432static RTEXITCODE createCloudInstance(HandlerArg *a, int iFirst, PCLOUDCOMMONOPT pCommonOpts)
    433433{
     434    RT_NOREF(a);
    434435    RT_NOREF(iFirst);
    435436    RT_NOREF(pCommonOpts);
     
    439440static RTEXITCODE updateCloudInstance(HandlerArg *a, int iFirst, PCLOUDCOMMONOPT pCommonOpts)
    440441{
     442    RT_NOREF(a);
    441443    RT_NOREF(iFirst);
    442444    RT_NOREF(pCommonOpts);
     
    513515
    514516    size_t vsdHReadableArraySize = 9;//the number of items in the vsdHReadableArray
    515     vsdHReadable vsdHReadableArray[vsdHReadableArraySize] = {
     517    vsdHReadable vsdHReadableArray[9] = {
    516518        {VirtualSystemDescriptionType_CloudDomain, "Availability domain = '%ls'\n", "Availability domain wasn't found\n"},
    517519        {VirtualSystemDescriptionType_Name, "Instance displayed name = '%ls'\n", "Instance displayed name wasn't found\n"},
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