Changeset 72976 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
- Timestamp:
- Jul 8, 2018 1:58:59 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123528
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r72919 r72976 271 271 * @param enmType Bandwidth control group type. 272 272 */ 273 inlineconst char * bwGroupTypeToString(BandwidthGroupType_T enmType)273 static const char * bwGroupTypeToString(BandwidthGroupType_T enmType) 274 274 { 275 275 switch (enmType) … … 278 278 case BandwidthGroupType_Disk: return "Disk"; 279 279 case BandwidthGroupType_Network: return "Network"; 280 #ifdef VBOX_WITH_XPCOM_CPP_ENUM_HACK 281 case BandwidthGroupType_32BitHack: break; /* Shut up compiler warnings. */ 282 #endif 280 283 } 281 284 return "unknown";
Note:
See TracChangeset
for help on using the changeset viewer.