VirtualBox

Changeset 56422 in vbox


Ignore:
Timestamp:
Jun 15, 2015 9:27:47 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101024
Message:

VBoxManage: gcc warning.

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

Legend:

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

    r56352 r56422  
    403403    RTEXITCODE rcExit = readPasswordFile(pszFilename, &passwd);
    404404    if (rcExit == RTEXITCODE_SUCCESS)
     405    {
    405406        CHECK_ERROR2I_STMT(virtualBox, SetSettingsSecret(com::Bstr(passwd).raw()), rcExit = RTEXITCODE_FAILURE);
     407    }
    406408
    407409    return rcExit;
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp

    r56118 r56422  
    239239        CHECK_ERROR2I_RET(bwCtrl, GetBandwidthGroup(name.raw(), bwGroup.asOutParam()), RTEXITCODE_FAILURE);
    240240        if (SUCCEEDED(rc))
     241        {
    241242            CHECK_ERROR2I_RET(bwGroup, COMSETTER(MaxBytesPerSec)((LONG64)cMaxBytesPerSec), RTEXITCODE_FAILURE);
     243        }
    242244    }
    243245
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette