VirtualBox

Changeset 107568 in vbox for trunk


Ignore:
Timestamp:
Jan 9, 2025 9:21:29 AM (10 days ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStop.cpp

    r107567 r107568  
    218218                            CHECK_ERROR_BREAK(console, PowerDown(progress.asOutParam()));
    219219
    220                             hrc = showProgress(progress);
     220                            showProgress(progress);
    221221                            CHECK_PROGRESS_ERROR(progress, ("Failed to powering off machine '%ls'", strName.raw()));
    222222                            if (FAILED(hrc))
     
    255255                                                       strName.raw());
    256256                                hrc = autostartSaveVMState(console);
     257                                if (FAILED(hrc))
     258                                    autostartSvcLogError("Saving VM state for machine '%ls' failed with %Rhrc\n", strName.raw(), hrc);
    257259                            }
    258260                            break;
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