VirtualBox

vbox的更動 62739 路徑 trunk/src/VBox/Storage/VD.cpp


忽略:
時間撮記:
2016-7-30 下午12:24:45 (8 年 以前)
作者:
vboxsync
訊息:

Storage: warnings.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Storage/VD.cpp

    r62738 r62739  
    58975897{
    58985898    int rc = VINF_SUCCESS;
    5899     PRTDIR pPluginDir = NULL;
    5900     unsigned cEntries = 0;
    59015899
    59025900    LogFlowFunc(("cEntriesAlloc=%u pEntries=%#p pcEntriesUsed=%#p\n", cEntriesAlloc, pEntries, pcEntriesUsed));
     
    59305928    }
    59315929
    5932     LogFlowFunc(("returns %Rrc *pcEntriesUsed=%u\n", rc, cEntries));
     5930    LogFlowFunc(("returns %Rrc *pcEntriesUsed=%u\n", rc, g_cBackends));
    59335931    *pcEntriesUsed = g_cBackends;
    59345932    return rc;
     
    59845982{
    59855983    int rc = VINF_SUCCESS;
    5986     unsigned cEntries = 0;
    59875984
    59885985    LogFlowFunc(("cEntriesAlloc=%u pEntries=%#p pcEntriesUsed=%#p\n", cEntriesAlloc, pEntries, pcEntriesUsed));
     
    60126009    }
    60136010
    6014     LogFlowFunc(("returns %Rrc *pcEntriesUsed=%u\n", rc, cEntries));
     6011    LogFlowFunc(("returns %Rrc *pcEntriesUsed=%u\n", rc, g_cFilterBackends));
    60156012    *pcEntriesUsed = g_cFilterBackends;
    60166013    return rc;
     
    1116011157DECLCALLBACK(int) genericFileComposeLocation(PVDINTERFACE pConfig, char **pszLocation)
    1116111158{
     11159    RT_NOREF1(pConfig);
    1116211160    *pszLocation = NULL;
    1116311161    return VINF_SUCCESS;
     
    1116911167DECLCALLBACK(int) genericFileComposeName(PVDINTERFACE pConfig, char **pszName)
    1117011168{
     11169    RT_NOREF1(pConfig);
    1117111170    *pszName = NULL;
    1117211171    return VINF_SUCCESS;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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