VirtualBox

Ignore:
Timestamp:
May 10, 2023 4:14:23 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157306
Message:

IPRT: Clang 13 fixes (warnings as errors).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfsstddir.cpp

    r98103 r99730  
    236236        fMode |= ~fMask & ObjInfo.Attr.fMode;
    237237    }
    238     //RTPathSetMode
    239     //return RTFileSetMode(pThis->hDir, fMode);
     238#if 0
     239    RTPathSetMode
     240    return RTFileSetMode(pThis->hDir, fMode);
     241#else
     242    RT_NOREF(fMode);
    240243    return VERR_NOT_IMPLEMENTED;
     244#endif
    241245}
    242246
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