VirtualBox

Ignore:
Timestamp:
Aug 1, 2016 7:06:57 AM (8 years ago)
Author:
vboxsync
Message:

HostServices: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/mappings.cpp

    r62489 r62791  
    252252            /* Check if the host file system is case sensitive */
    253253            RTFSPROPERTIES prop;
     254            prop.fCaseSensitive = false; /* Shut up MSC. */
    254255            char *pszAsciiRoot;
    255256
     
    486487int vbsfMappingsQueryWritable(PSHFLCLIENTDATA pClient, SHFLROOT root, bool *fWritable)
    487488{
     489    RT_NOREF1(pClient);
    488490    int rc = VINF_SUCCESS;
    489491
     
    506508int vbsfMappingsQueryAutoMount(PSHFLCLIENTDATA pClient, SHFLROOT root, bool *fAutoMount)
    507509{
     510    RT_NOREF1(pClient);
    508511    int rc = VINF_SUCCESS;
    509512
     
    525528int vbsfMappingsQuerySymlinksCreate(PSHFLCLIENTDATA pClient, SHFLROOT root, bool *fSymlinksCreate)
    526529{
     530    RT_NOREF1(pClient);
    527531    int rc = VINF_SUCCESS;
    528532
     
    636640int vbsfUnmapFolder(PSHFLCLIENTDATA pClient, SHFLROOT root)
    637641{
     642    RT_NOREF1(pClient);
    638643    int rc = VINF_SUCCESS;
    639644
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