VirtualBox

Changeset 107737 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jan 14, 2025 9:20:59 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166844
Message:

src/VBox/Runtime/common/fs/isomakercmd.cpp: Fixed warnings found by Parfait (unread variable). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp

    r106061 r107737  
    21212121        || Parsed.enmSrcType == RTFSISOMKCMDPARSEDNAMES::kSrcType_MustRemove)
    21222122    {
    2123         const char *pszFirstNm = NULL;
    2124         uint32_t    cRemoved   = 0;
     2123        uint32_t cRemoved = 0;
    21252124        for (uint32_t i = 0; i < pOpts->cNameSpecifiers; i++)
    21262125            if (   Parsed.aNames[i].cchPath > 0
     
    21282127            {
    21292128                /* Make sure we remove all objects by this name. */
    2130                 pszFirstNm = Parsed.aNames[i].szPath;
    21312129                for (;;)
    21322130                {
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