VirtualBox

Ignore:
Timestamp:
Oct 19, 2011 11:08:50 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74450
Message:

IPRT: Fixed unused variable warnings.

Location:
trunk/src/VBox/Runtime/common/vfs
Files:
2 edited

Legend:

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

    r36555 r39032  
    548548                                              uint32_t *pfRetEvents)
    549549{
    550     PRTVFSMEMFILE pThis = (PRTVFSMEMFILE)pvThis;
    551     int           rc;
    552 
     550    int rc;
    553551    if (fEvents != RTPOLL_EVT_ERROR)
    554552    {
  • trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp

    r37596 r39032  
    253253                                              uint32_t *pfRetEvents)
    254254{
    255     PRTVFSSTDFILE pThis = (PRTVFSSTDFILE)pvThis;
    256     int           rc;
    257 
     255    int rc;
    258256    if (fEvents != RTPOLL_EVT_ERROR)
    259257    {
     
    345343static DECLCALLBACK(int) rtVfsStdFile_SetOwner(void *pvThis, RTUID uid, RTGID gid)
    346344{
    347     PRTVFSSTDFILE pThis = (PRTVFSSTDFILE)pvThis;
    348345#if 0
     346    PRTVFSSTDFILE pThis = (PRTVFSSTDFILE)pvThis;
    349347    return RTFileSetOwner(pThis->hFile, uid, gid);
    350348#else
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