VirtualBox

Changeset 107571 in vbox for trunk


Ignore:
Timestamp:
Jan 9, 2025 9:25:11 AM (3 weeks ago)
Author:
vboxsync
Message:

src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp: Fixed warnings found by Parfait (assignment unused). Needs review. jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp

    r106061 r107571  
    49234923            uint32_t j = pSegLines->cFiles;
    49244924            while (j-- > 0)
    4925             {
    4926                 uint32_t offLast = pSegLines->paFiles[j].paPairs[pSegLines->paFiles[j].cPairs - 1].offSection;
    4927                 if (offLast > cbSectionCovered)
    4928                     offLast = cbSectionCovered;
    4929             }
     4925                pSegLines->paFiles[j].paPairs[pSegLines->paFiles[j].cPairs - 1].offSection;
    49304926
    49314927            /* For simplicity and debuggability, just split the LEDATA here. */
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