mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-18 06:03:39 +03:00
Feature #2065: Remove default from cleanup case
To see compilation warnings when new lcm states are added
This commit is contained in:
parent
d1ca5081e0
commit
c25492d1a3
@ -1085,7 +1085,10 @@ void LifeCycleManager::clean_up_vm(VirtualMachine * vm, bool dispose, int& imag
|
||||
tm->trigger(TransferManager::EPILOG_DELETE,vid);
|
||||
break;
|
||||
|
||||
default: //LCM_INIT,CLEANUP_RESUBMIT, CLEANUP_DELETE, FAILURE
|
||||
case VirtualMachine::LCM_INIT:
|
||||
case VirtualMachine::CLEANUP_RESUBMIT:
|
||||
case VirtualMachine::CLEANUP_DELETE:
|
||||
case VirtualMachine::FAILURE:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user