VirtualBox

Ignore:
Timestamp:
Oct 19, 2011 11:08:50 AM (13 years ago)
Author:
vboxsync
Message:

IPRT: Fixed unused variable warnings.

File:
1 edited

Legend:

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

    r38581 r39032  
    692692    NOREF(pvBits);
    693693
    694     return VERR_NOT_IMPLEMENTED;
     694    return VERR_NOT_IMPLEMENTED; NOREF(pModElf);
    695695}
    696696
     
    701701    PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod;
    702702
    703     return VERR_NOT_IMPLEMENTED;
     703    return VERR_NOT_IMPLEMENTED; NOREF(pModElf);
    704704}
    705705
     
    711711    PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod;
    712712
    713     return VERR_NOT_IMPLEMENTED;
     713    return VERR_NOT_IMPLEMENTED; NOREF(pModElf);
    714714}
    715715
     
    720720    PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod;
    721721
    722     return VERR_NOT_IMPLEMENTED;
     722    return VERR_NOT_IMPLEMENTED; NOREF(pModElf);
    723723}
    724724
     
    730730    PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod;
    731731
    732     return VERR_NOT_IMPLEMENTED;
     732    return VERR_NOT_IMPLEMENTED; NOREF(pModElf);
    733733}
    734734
     
    740740    PRTLDRMODELF pModElf = (PRTLDRMODELF)pMod;
    741741
    742     return VERR_NOT_IMPLEMENTED;
     742    return VERR_NOT_IMPLEMENTED; NOREF(pModElf);
    743743}
    744744
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