VirtualBox

Changeset 17929 in vbox for trunk/src/VBox/Main/generic


Ignore:
Timestamp:
Mar 16, 2009 1:09:36 PM (16 years ago)
Author:
vboxsync
Message:

Main: enabled -Wunused; fixed some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/generic/NetIf-generic.cpp

    r17835 r17929  
    7878}
    7979
    80 int NetIfEnableStaticIpConfig(VirtualBox *vBox, HostNetworkInterface * pIf, ULONG ip, ULONG mask)
     80int NetIfEnableStaticIpConfig(VirtualBox * /* vBox */, HostNetworkInterface * pIf, ULONG ip, ULONG mask)
    8181{
    8282    char szAddress[16]; /* 4*3 + 3*1 + 1 */
     
    9191}
    9292
    93 int NetIfEnableStaticIpConfigV6(VirtualBox *vBox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
     93int NetIfEnableStaticIpConfigV6(VirtualBox * /* vBox */, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
    9494{
    9595    char szAddress[5*8 + 1 + 5 + 1];
     
    9999}
    100100
    101 int NetIfEnableDynamicIpConfig(VirtualBox *vBox, HostNetworkInterface * pIf)
     101int NetIfEnableDynamicIpConfig(VirtualBox * /* vBox */, HostNetworkInterface * /* pIf */)
    102102{
    103103    return VERR_NOT_IMPLEMENTED;
    104104}
    105105
    106 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress)
     106int NetIfCreateHostOnlyNetworkInterface (VirtualBox * /* pVbox */, IHostNetworkInterface ** /* aHostNetworkInterface */, IProgress ** /* aProgress */)
    107107{
    108108    return VERR_NOT_IMPLEMENTED;
    109109}
    110110
    111 int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVbox, IN_GUID aId, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress)
     111int NetIfRemoveHostOnlyNetworkInterface (VirtualBox * /* pVbox */, IN_GUID /* aId */, IHostNetworkInterface ** /* aHostNetworkInterface */, IProgress ** /* aProgress */)
    112112{
    113113    return VERR_NOT_IMPLEMENTED;
    114114}
    115115
    116 int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *)
     116int NetIfGetConfig(HostNetworkInterface * /* pIf */, NETIFINFO *)
    117117{
    118118    return VERR_NOT_IMPLEMENTED;
    119119}
    120120
    121 int NetIfDhcpRediscover(VirtualBox *pVbox, HostNetworkInterface * pIf)
     121int NetIfDhcpRediscover(VirtualBox * /* pVbox */, HostNetworkInterface * /* pIf */)
    122122{
    123123    return VERR_NOT_IMPLEMENTED;
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