VirtualBox

Changeset 74432 in vbox


Ignore:
Timestamp:
Sep 24, 2018 9:19:19 AM (6 years ago)
Author:
vboxsync
Message:

VBoxManage: Build fix. bugref:9249

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r74431 r74432  
    766766        case ProxyMode_NoProxy:             psz = "NoProxy"; break;
    767767        case ProxyMode_Manual:              psz = "Manual"; break;
     768#ifdef VBOX_WITH_XPCOM_CPP_ENUM_HACK
     769        case ProxyMode_32BitHack:           break; /* Shut up compiler warnings. */
     770#endif
    768771    }
    769772    RTPrintf("Proxy Mode:                      %s\n", psz);
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