VirtualBox

Ignore:
Timestamp:
Dec 5, 2012 2:52:27 PM (12 years ago)
Author:
vboxsync
Message:

shut up gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h

    r41510 r44042  
    282282         * Get the symbol.
    283283         */
    284         const Elf_Sym  *pSym;
     284        const Elf_Sym  *pSym = NULL; /* shut up gcc */
    285285        Elf_Addr        SymValue = 0; /* shut up gcc-4 */
    286286        int rc = RTLDRELF_NAME(Symbol)(pModElf, BaseAddr, pfnGetImport, pvUser, ELF_R_SYM(paRels[iRel].r_info), &pSym, &SymValue);
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