Changeset 63171 in vbox for trunk/src/VBox
- Timestamp:
- Aug 8, 2016 2:40:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r62393 r63171 3807 3807 3808 3808 // find the OVF virtual system description entry for this storage controller 3809 /** @todo 3810 * r=bird: What on earh this is switch supposed to do? (I've added the default:break;, so don't 3811 * get confused by it.) Kind of looks like it's supposed to do something error handling related 3812 * in the default case... 3813 */ 3809 3814 switch (sc.storageBus) 3810 3815 { … … 3817 3822 case StorageBus_SAS: 3818 3823 break; 3824 default: break; /* Shut up MSC. */ 3819 3825 } 3820 3826
Note:
See TracChangeset
for help on using the changeset viewer.