VirtualBox

Changeset 84349 in vbox


Ignore:
Timestamp:
May 18, 2020 7:15:02 PM (5 years ago)
Author:
vboxsync
Message:

VBoxManage: VC++ 19.2 build adjustment. bugref:8489

File:
1 edited

Legend:

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

    r84311 r84349  
    403403                 * If there isn't the exception is triggered. It's standard std:map logic.*/
    404404                ArgsMap a = mapArgsMapsPerVsys[ulCurVsys];
    405                 a.at("cloudprofile");
    406                 a.at("cloudinstanceid");
    407             } catch (...)
     405                (void)a.at("cloudprofile");
     406                (void)a.at("cloudinstanceid");
     407            }
     408            catch (...)
    408409            {
    409410                return errorSyntax(USAGE_IMPORTAPPLIANCE, "Not enough arguments for import from the Cloud.");
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