VirtualBox

Changeset 62739 in vbox


Ignore:
Timestamp:
Jul 30, 2016 12:24:45 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109317
Message:

Storage: warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.

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