VirtualBox

Changeset 81975 in vbox for trunk/src/VBox/Devices/VirtIO


Ignore:
Timestamp:
Nov 19, 2019 5:50:40 AM (5 years ago)
Author:
vboxsync
Message:

fix burn due to RT logging macro not registering as a use of a variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp

    r81974 r81975  
    575575    Assert(idxQueue < RT_ELEMENTS(pVirtio->virtqState));
    576576
     577    PVIRTQSTATE pVirtq  = &pVirtio->virtqState[idxQueue];
     578
    577579    PVIRTIOSGSEG paSegsIn = (PVIRTIOSGSEG)RTMemAlloc(VIRTQ_MAX_SIZE * sizeof(VIRTIOSGSEG));
    578580    AssertReturn(paSegsIn, VERR_NO_MEMORY);
     
    587589
    588590    Log3Func(("%s DESC CHAIN: (head) desc_idx=%u\n", pVirtq->szVirtqName, uHeadIdx));
     591    RT_NOREF(pVirtq);
    589592
    590593    VIRTQ_DESC_T desc;
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