VirtualBox

Changeset 81018 in vbox


Ignore:
Timestamp:
Sep 26, 2019 12:33:19 PM (5 years ago)
Author:
vboxsync
Message:

Storage/DevVirtioSCSI.cpp: Attempt #3 to resolve burns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp

    r81017 r81018  
    808808    Log2Func(("   status: %s    response: %s\n",
    809809              SCSIStatusText(pRespHdr->uStatus),  pszCtrlRespText));
     810    RT_NOREF(pszCtrlRespText);
    810811
    811812    RTSGSEG aReqSegs[2];
     
    934935        LogFunc(("xfer direction: %s, sense written = %d, sense size = %d\n",
    935936             pszTxDirText, respHdr.uSenseLen, pThis->virtioScsiConfig.uSenseSize));
     937        RT_NOREF(pszTxDirText);
    936938    }
    937939
     
    12261228                QUEUENAME(qIdx), pScsiCtrlTmf->uScsiLun,
    12271229                CBQUEUENAME(qIdx) + 18, "", pszTmfTypeText));
    1228 
     1230            RT_NOREF(pszTmfTypeText);
    12291231            switch(pScsiCtrlTmf->uSubtype)
    12301232            {
     
    13281330    const char *pszCtrlRespText = virtioGetCtrlRespText(uResponse);
    13291331    LogFunc(("Response code: %s\n", pszCtrlRespText));
     1332    RT_NOREF(pszCtrlRespText);
    13301333    virtioQueuePut (pThis->hVirtio, qIdx, &reqSegBuf, pDescChain, true);
    13311334    virtioQueueSync(pThis->hVirtio, qIdx);
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