VirtualBox

Ignore:
Timestamp:
Jul 6, 2016 11:34:54 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108517
Message:

FE/VBoxManageDisk.cpp: Warning.

File:
1 edited

Legend:

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

    r61483 r62049  
    13741374RTEXITCODE handleShowMediumInfo(HandlerArg *a)
    13751375{
    1376     HRESULT rc;
    13771376    enum {
    13781377        CMD_NONE,
     
    14411440    if (!pszFilenameOrUuid)
    14421441        return errorSyntax(USAGE_SHOWMEDIUMINFO, "Medium name or UUID required");
     1442
     1443    HRESULT rc = S_OK; /* Prevents warning. */
    14431444
    14441445    ComPtr<IMedium> pMedium;
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