VirtualBox

忽略:
時間撮記:
2016-7-26 下午03:58:26 (8 年 以前)
作者:
vboxsync
訊息:

IPRT: More unused parameters.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/testcase/tstLdr.cpp

    r62477 r62571  
    6060 * @param   pvUser          User argument.
    6161 */
    62 static DECLCALLBACK(int) testGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser)
     62static DECLCALLBACK(int) testGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol,
     63                                       RTUINTPTR *pValue, void *pvUser)
    6364{
    6465    /* check the name format and only permit certain names... later, right?  */
     66    RT_NOREF_PV(hLdrMod); RT_NOREF_PV(pszModule); RT_NOREF_PV(pszSymbol); RT_NOREF_PV(uSymbol); RT_NOREF_PV(pvUser);
    6567
    6668    if (g_cBits == 32)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette