VirtualBox

Ignore:
Timestamp:
Aug 10, 2016 9:39:08 AM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/UsbCardReader.cpp

    r62485 r63239  
    429429                                                           void *pvUser)
    430430{
     431    RT_NOREF(pvUser);
    431432    AssertPtrReturn(pInterface, VERR_INVALID_PARAMETER);
    432433    LogFlowFunc(("ENTER: pvUser:%p\n",
     
    443444                                                         uint32_t u32Disposition)
    444445{
     446    RT_NOREF(pvUser, u32Disposition);
    445447    AssertPtrReturn(pInterface, VERR_INVALID_PARAMETER);
    446448    LogFlowFunc(("ENTER: pvUser:%p, u32Disposition:%RX32\n",
     
    599601static DECLCALLBACK(int) drvCardReaderThreadCmdWakeup(PPDMDRVINS pDrvIns, PPDMTHREAD pThread)
    600602{
     603    RT_NOREF(pThread);
    601604    LogFlowFunc(("ENTER: pDrvIns:%i\n", pDrvIns->iInstance));
    602 
    603605    PUSBCARDREADER pThis = PDMINS_2_DATA(pDrvIns, PUSBCARDREADER);
    604606
     
    611613    if (RT_SUCCESS(rc))
    612614        RTReqRelease(pReq);
    613     /* @todo handle VERR_TIMEOUT */
     615    /** @todo handle VERR_TIMEOUT */
    614616
    615617    return rc;
     
    700702int UsbCardReader::VRDENotify(uint32_t u32Id, void *pvData, uint32_t cbData)
    701703{
     704    RT_NOREF(cbData);
    702705    int rc = VINF_SUCCESS;
    703706
     
    764767int UsbCardReader::VRDEResponse(int rcRequest, void *pvUser, uint32_t u32Function, void *pvData, uint32_t cbData)
    765768{
     769    RT_NOREF(cbData);
    766770    int rc = VINF_SUCCESS;
    767771
     
    13561360                           uint32_t u32PreferredProtocols)
    13571361{
     1362    RT_NOREF(pszReaderName);
    13581363    AssertReturn(pDrv == mpDrv, VERR_NOT_SUPPORTED);
    13591364
     
    18621867/* static */ DECLCALLBACK(int) UsbCardReader::drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags)
    18631868{
     1869    RT_NOREF(fFlags);
    18641870    PDMDRV_CHECK_VERSIONS_RETURN(pDrvIns);
    18651871    LogFlowFunc(("iInstance/%d, pCfg:%p, fFlags:%x\n", pDrvIns->iInstance, pCfg, fFlags));
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