VirtualBox

Changeset 52105 in vbox


Ignore:
Timestamp:
Jul 20, 2014 8:27:56 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95122
Message:

shut up gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/memsafer-r3.cpp

    r52051 r52105  
    322322     * Try allocate the memory.
    323323     */
    324     int rc;
     324    int rc = VINF_SUCCESS;
    325325    void *pvPages = RTMemPageAlloc((size_t)pThis->cPages * PAGE_SIZE);
    326326    if (pvPages)
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