VirtualBox

Ignore:
Timestamp:
Jan 22, 2018 7:46:37 PM (7 years ago)
Author:
vboxsync
Message:

VSCSI,DrvSCSI: Add method to query INQUIRY related data from the outside to overwrite defaults (build fix)

File:
1 edited

Legend:

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

    r70688 r70689  
    11081108                const char *pszProductLevel = "1.0";
    11091109                int rcTmp = vscsiLunQueryInqStrings(pVScsiLun, &pszVendorId, &pszProductId, &pszProductLevel);
    1110                 Assert(RT_SUCCESS(rcTmp) || rcTmp == VERR_NOT_FOUND);
     1110                Assert(RT_SUCCESS(rcTmp) || rcTmp == VERR_NOT_FOUND); RT_NOREF(rcTmp);
    11111111
    11121112                scsiPadStrS(ScsiInquiryReply.achVendorId, pszVendorId, 8);
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