VirtualBox

Ignore:
Timestamp:
Sep 30, 2010 6:12:32 PM (14 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r32852 r32855  
    754754                for (it2 = mCallbackMap.begin(); it2 != mCallbackMap.end(); it2++)
    755755                {
    756                     switch(it2->second.mType)
     756                    switch (it2->second.mType)
    757757                    {
    758758                        case VBOXGUESTCTRLCALLBACKTYPE_EXEC_START:
     
    770770                            break;
    771771                        }
     772
     773                        default:
     774                            AssertMsgFailed(("unknown callback type %d\n", it2->second.mType));
     775                            break;
    772776                    }
    773777                }
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