Changeset 62594 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Jul 27, 2016 2:32:14 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109163
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r62471 r62594 1692 1692 if (pReloc1->r_offset > pReloc2->r_offset) 1693 1693 return 1; 1694 RT_NOREF_PV(pvUser); 1694 1695 return 0; 1695 1696 } … … 1700 1701 Elf64_Shdr const *paShdrs = pElfStuff->paShdrs; 1701 1702 bool fRet = true; 1703 RT_NOREF_PV(cbFile); 1704 1702 1705 for (uint32_t i = 1; i < pThis->cSegments; i++) 1703 1706 { … … 2507 2510 PCIMAGE_SYMBOL paSymbols, uint16_t cSymbols, const char *pchStrTab) 2508 2511 { 2512 RT_NOREF_PV(cbFile); 2513 RT_NOREF_PV(cSections); 2514 RT_NOREF_PV(cSymbols); 2515 2509 2516 uint32_t const cbStrTab = *(uint32_t const *)pchStrTab; 2510 2517 bool fRet = true;
Note:
See TracChangeset
for help on using the changeset viewer.