VirtualBox

Changeset 73265 in vbox


Ignore:
Timestamp:
Jul 20, 2018 1:30:05 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123872
Message:

dvmvfs.cpp: gcc warning fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp

    r73156 r73265  
    972972            {
    973973                /* Create symlink object */
    974                 RTVFSSYMLINK hVfsSym;
     974                RTVFSSYMLINK hVfsSym = NIL_RTVFSSYMLINK; /* (older gcc maybe used uninitialized) */
    975975                rc = rtDvmVfsCreateSymlinkForVolume(hVolume, pThis->pVfsVol ? pThis->pVfsVol->hVolMgr : NIL_RTDVM, iVol,
    976976                                                    pszSymlink, &hVfsSym);
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