VirtualBox

Changeset 23456 in vbox for trunk/src


Ignore:
Timestamp:
Sep 30, 2009 11:26:26 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53053
Message:

PGMSavedState: gcc 4.0.1 warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMSavedState.cpp

    r23453 r23456  
    12021202    if (uPass == 0)
    12031203        rc = pgmR3SaveRomVirginPages(  pVM, pSSM, true /*fLiveSave*/);
     1204    else
     1205        rc = VINF_SUCCESS;
    12041206    if (RT_SUCCESS(rc))
    12051207        rc = pgmR3SaveShadowedRomPages(pVM, pSSM, true /*fLiveSave*/, false /*fFinalPass*/);
     
    21372139                            pRealPage = NULL;
    21382140                        break;
     2141
     2142                    default: AssertLogRelFailedReturn(VERR_INTERNAL_ERROR); /* shut up gcc */
    21392143                }
    21402144                if (!pRealPage)
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