VirtualBox

Ignore:
Timestamp:
Jan 14, 2025 1:36:10 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166870
Message:

src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp: Fixed warnings found by Parfait (unused assignment). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r106061 r107758  
    12221222    /* First step*/
    12231223    RTPrintf(Cloud::tr("First, reading the cloud machines list...\n"));
    1224     hrc = showProgress(progress);
     1224    showProgress(progress);
    12251225    CHECK_PROGRESS_ERROR_RET(progress, (Cloud::tr("Reading the cloud machines list failed")), RTEXITCODE_FAILURE);
    12261226
     
    12761276    CHECK_ERROR2_RET(hrc, pMachine, Refresh(pRefreshProgress.asOutParam()), RTEXITCODE_FAILURE);
    12771277
    1278     hrc = showProgress(pRefreshProgress);
     1278    showProgress(pRefreshProgress);
    12791279    CHECK_PROGRESS_ERROR_RET(pRefreshProgress, (Cloud::tr("Refreshing information about cloud instance failed")), RTEXITCODE_FAILURE);
    12801280
     
    12851285    CHECK_ERROR2_RET(hrc, pMachine, ListMetricNames(returnMetricNames.asOutParam(), progress2.asOutParam()),  RTEXITCODE_FAILURE);
    12861286
    1287     hrc = showProgress(progress2);
     1287    showProgress(progress2);
    12881288    CHECK_PROGRESS_ERROR_RET(progress, (Cloud::tr("Getting information about cloud instance metrics failed")), RTEXITCODE_FAILURE);
    12891289
     
    14261426    CHECK_ERROR2_RET(hrc, oCloudClient, ReadCloudMachineList(progress.asOutParam()), RTEXITCODE_FAILURE);
    14271427
    1428     hrc = showProgress(progress);
     1428    showProgress(progress);
    14291429    CHECK_PROGRESS_ERROR_RET(progress, (Cloud::tr("Reading the cloud machines list failed")), RTEXITCODE_FAILURE);
    14301430
     
    14801480    CHECK_ERROR2_RET(hrc, pMachine, Refresh(pRefreshProgress.asOutParam()), RTEXITCODE_FAILURE);
    14811481
    1482     hrc = showProgress(pRefreshProgress);
     1482    showProgress(pRefreshProgress);
    14831483    CHECK_PROGRESS_ERROR_RET(pRefreshProgress, (Cloud::tr("Refreshing information about cloud instance failed")), RTEXITCODE_FAILURE);
    14841484
     
    14971497                                                        progress2.asOutParam()),  RTEXITCODE_FAILURE);
    14981498
    1499     hrc = showProgress(progress2);
     1499    showProgress(progress2);
    15001500    CHECK_PROGRESS_ERROR_RET(progress2, (Cloud::tr("Getting metric data failed")), RTEXITCODE_FAILURE);
    15011501
     
    24312431                     RTEXITCODE_FAILURE);
    24322432
    2433     hrc = showProgress(pProgress);
     2433    showProgress(pProgress);
    24342434    CHECK_PROGRESS_ERROR_RET(pProgress, (Cloud::tr("Getting information about the cloud image failed")), RTEXITCODE_FAILURE);
    24352435
     
    29942994                     RTEXITCODE_FAILURE);
    29952995
    2996     hrc = showProgress(progress);
     2996    showProgress(progress);
    29972997    CHECK_PROGRESS_ERROR_RET(progress, (Cloud::tr("Setting up cloud network environment failed")), RTEXITCODE_FAILURE);
    29982998
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