VirtualBox

Changeset 24566 in vbox


Ignore:
Timestamp:
Nov 10, 2009 7:42:07 PM (15 years ago)
Author:
vboxsync
Message:

gcc warning

File:
1 edited

Legend:

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

    r24508 r24566  
    76497649                                    pszName, UnitHdr.u32Instance, UnitHdr.u32Version));
    76507650                            if (!ASMAtomicXchgBool(&pSSM->u.Read.fHaveSetError, true))
     7651                            {
    76517652                                if (rc == VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION)
    76527653                                    VMSetError(pVM, rc, RT_SRC_POS, N_("Unsupported version %u of data unit '%s' (instance #%u)"),
     
    76557656                                    VMSetError(pVM, rc, RT_SRC_POS, N_("Load exec failed for '%s' instance #%u (version %u)"),
    76567657                                               pszName, UnitHdr.u32Instance, UnitHdr.u32Version);
     7658                            }
    76577659                            break;
    76587660                        }
     
    79147916                        UnitHdr.szName, UnitHdr.u32Instance, UnitHdr.u32Version, UnitHdr.u32Pass, rc));
    79157917                if (!ASMAtomicXchgBool(&pSSM->u.Read.fHaveSetError, true))
     7918                {
    79167919                    if (rc == VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION)
    79177920                        rc = VMSetError(pVM, rc, RT_SRC_POS, N_("Unsupported version %u of data unit '%s' (instance #%u, pass %#x)"),
     
    79197922                    else
    79207923                        rc = VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to load unit '%s'"), UnitHdr.szName);
     7924                }
    79217925                return rc;
    79227926            }
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