Changeset 84349 in vbox
- Timestamp:
- May 18, 2020 7:15:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r84311 r84349 403 403 * If there isn't the exception is triggered. It's standard std:map logic.*/ 404 404 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 (...) 408 409 { 409 410 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Not enough arguments for import from the Cloud.");
Note:
See TracChangeset
for help on using the changeset viewer.