VirtualBox

Changeset 20206 in vbox


Ignore:
Timestamp:
Jun 3, 2009 7:09:35 AM (16 years ago)
Author:
vboxsync
Message:

Main: OSE warnings

Location:
trunk/src/VBox/Main
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r20160 r20206  
    10151015     * extended error info to indicate that USB is simply not available
    10161016     * (w/o treating it as a failure), for example, as in OSE. */
     1017    NOREF(aUSBDevices);
     1018    NOREF(aUSBDevicesSize);
    10171019    ReturnComNotImplemented();
    10181020#endif
     
    10381040     * extended error info to indicate that USB is simply not available
    10391041     * (w/o treating it as a failure), for example, as in OSE. */
     1042    NOREF(aUSBDeviceFilters);
     1043    NOREF(aUSBDeviceFiltersSize);
    10401044    ReturnComNotImplemented();
    10411045#endif
     
    13351339     * extended error info to indicate that USB is simply not available
    13361340     * (w/o treating it as a failure), for example, as in OSE. */
     1341    NOREF(aName);
     1342    NOREF(aFilter);
    13371343    ReturnComNotImplemented();
    13381344#endif
     
    13821388     * extended error info to indicate that USB is simply not available
    13831389     * (w/o treating it as a failure), for example, as in OSE. */
     1390    NOREF(aPosition);
     1391    NOREF(aFilter);
    13841392    ReturnComNotImplemented();
    13851393#endif
     
    14361444     * extended error info to indicate that USB is simply not available
    14371445     * (w/o treating it as a failure), for example, as in OSE. */
     1446    NOREF(aPosition);
     1447    NOREF(aFilter);
    14381448    ReturnComNotImplemented();
    14391449#endif
     
    24992509
    25002510#else   /* !VBOX_WITH_USB */
     2511    NOREF(aAddress);
     2512    NOREF(aDevice);
    25012513    return E_NOTIMPL;
    25022514#endif  /* !VBOX_WITH_USB */
     
    25312543
    25322544#else   /* !VBOX_WITH_USB */
     2545    NOREF(aId);
     2546    NOREF(aDevice);
    25332547    return E_NOTIMPL;
    25342548#endif  /* !VBOX_WITH_USB */
  • trunk/src/VBox/Main/MachineImpl.cpp

    r19610 r20206  
    14691469    return S_OK;
    14701470#else
     1471    NOREF(vrdpServer);
    14711472    ReturnComNotImplemented();
    14721473#endif
     
    15351536     * extended error info to indicate that USB is simply not available
    15361537     * (w/o treting it as a failure), for example, as in OSE */
     1538    NOREF(aUSBController);
    15371539    ReturnComNotImplemented();
    15381540#endif
     
    85038505
    85048506    MachineState_T lastState = mData->mMachineState;
     8507    NOREF(lastState);
    85058508
    85068509    if (aReason == Uninit::Abnormal)
     
    87408743    *aMatched = mUSBController->hasMatchingFilter (aUSBDevice, aMaskedIfs);
    87418744#else
     8745    NOREF(aUSBDevice);
     8746    NOREF(aMaskedIfs);
    87428747    *aMatched = FALSE;
    87438748#endif
     
    87658770    return service->captureDeviceForVM (this, Guid(aId));
    87668771#else
     8772    NOREF(aId);
    87678773    return E_NOTIMPL;
    87688774#endif
     
    87848790    return service->detachDeviceFromVM (this, Guid(aId), !!aDone);
    87858791#else
     8792    NOREF(aId);
     8793    NOREF(aDone);
    87868794    return E_NOTIMPL;
    87878795#endif
     
    88428850    return service->detachAllDevicesFromVM (this, !!aDone, false /* aAbnormal */);
    88438851#else
     8852    NOREF(aDone);
    88448853    return S_OK;
    88458854#endif
     
    99549963        default: break;
    99559964    }
     9965#else
     9966    NOREF(aDevice);
     9967    NOREF(aMaskedIfs);
    99569968#endif
    99579969    return false;
  • trunk/src/VBox/Main/USBControllerImpl.cpp

    r17394 r20206  
    375375    return S_OK;
    376376#else
     377    NOREF(aDevicesFilters);
     378    NOREF(aDevicesFiltersSize);
    377379    ReturnComNotImplemented();
    378380#endif
     
    408410    return S_OK;
    409411#else
     412    NOREF(aName);
     413    NOREF(aFilter);
    410414    ReturnComNotImplemented();
    411415#endif
     
    468472#else /* VBOX_WITH_USB */
    469473
     474    NOREF(aPosition);
     475    NOREF(aFilter);
    470476    ReturnComNotImplemented();
    471477
     
    533539#else /* VBOX_WITH_USB */
    534540
     541    NOREF(aPosition);
     542    NOREF(aFilter);
    535543    ReturnComNotImplemented();
    536544
  • trunk/src/VBox/Main/VFSExplorerImpl.cpp

    r20081 r20206  
    253253    switch(aType)
    254254    {
     255        default:
    255256        case RTDIRENTRYTYPE_UNKNOWN: t = VFSFileType_Unknown; break;
    256257        case RTDIRENTRYTYPE_FIFO: t = VFSFileType_Fifo; break;
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