VirtualBox

Changeset 107755 in vbox


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

src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp: Fixed warnings found by Parfait (unread variable). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r107434 r107755  
    16611661    RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, RTGETOPTINIT_FLAGS_OPTS_FIRST);
    16621662
    1663     bool fDstMustBeDir = false;
    16641663    const char *pszDst = NULL;
    16651664    bool fFollow = false;
     
    16931692            case 't':
    16941693                pszDst = ValueUnion.psz;
    1695                 fDstMustBeDir = true;
    16961694                break;
    16971695
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