Changeset 79 for trunk/kLdr/kLdrModPE.c


Ignore:
Timestamp:
Jul 27, 2016, 4:25:09 PM (9 years ago)
Author:
bird
Message:

fixing warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModPE.c

    r58 r79  
    145145    PKLDRMODPE pModPE;
    146146    int rc;
     147    K_NOREF(fFlags);
    147148
    148149    /*
     
    533534{
    534535    /** @todo validate shdrs */
     536    K_NOREF(pModPE);
    535537    return 0;
    536538}
     
    956958    KU32                            cNames;
    957959    int                             rc;
     960    K_NOREF(fFlags);
    958961
    959962    /*
     
    11091112{
    11101113    PKLDRMODPE pModPE = (PKLDRMODPE)pMod->pvData;
     1114    K_NOREF(pvBits);
     1115    K_NOREF(BaseAddress);
    11111116
    11121117    pStackInfo->Address = NIL_KLDRADDR;
     
    11231128    PKLDRMODPE pModPE = (PKLDRMODPE)pMod->pvData;
    11241129    int rc;
     1130    K_NOREF(pvBits);
    11251131
    11261132    /*
     
    12161222{
    12171223    PKLDRMODPE pModPE = (PKLDRMODPE)pMod->pvData;
     1224    K_NOREF(pvBits);
    12181225
    12191226    /*
     
    17771784{
    17781785    /** @todo implement TLS support. */
     1786    K_NOREF(pModPE);
     1787    K_NOREF(uOp);
     1788    K_NOREF(uHandle);
    17791789    return 0;
    17801790}
     
    18451855# error "port me"
    18461856#endif
     1857    K_NOREF(pvReserved);
    18471858
    18481859    return rc;
Note: See TracChangeset for help on using the changeset viewer.