VirtualBox

Ignore:
Timestamp:
Jul 27, 2016 2:32:14 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109163
Message:

warnings

File:
1 edited

Legend:

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

    r62471 r62594  
    16921692    if (pReloc1->r_offset > pReloc2->r_offset)
    16931693        return 1;
     1694    RT_NOREF_PV(pvUser);
    16941695    return 0;
    16951696}
     
    17001701    Elf64_Shdr const   *paShdrs   = pElfStuff->paShdrs;
    17011702    bool                fRet      = true;
     1703    RT_NOREF_PV(cbFile);
     1704
    17021705    for (uint32_t i = 1; i < pThis->cSegments; i++)
    17031706    {
     
    25072510                                                  PCIMAGE_SYMBOL paSymbols, uint16_t cSymbols, const char *pchStrTab)
    25082511{
     2512    RT_NOREF_PV(cbFile);
     2513    RT_NOREF_PV(cSections);
     2514    RT_NOREF_PV(cSymbols);
     2515
    25092516    uint32_t const  cbStrTab = *(uint32_t const *)pchStrTab;
    25102517    bool            fRet     = true;
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