VirtualBox

Ignore:
Timestamp:
Aug 10, 2016 10:36:09 AM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

File:
1 edited

Legend:

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

    r63147 r63244  
    5353static unsigned mapCoordsToScreen(DISPLAYFBINFO *pInfos, unsigned cInfos, int *px, int *py, int *pw, int *ph)
    5454{
     55    RT_NOREF(pw, ph);
     56
    5557    DISPLAYFBINFO *pInfo = pInfos;
    5658    unsigned uScreenId;
     
    357359static bool i_vbvaVerifyRingBuffer(VBVAMEMORY *pVbvaMemory)
    358360{
     361    RT_NOREF(pVbvaMemory);
    359362    return true;
    360363}
     
    585588static void i_vbvaReleaseCmd(VIDEOACCEL *pVideoAccel, VBVACMDHDR *pHdr, int32_t cbCmd)
    586589{
     590    RT_NOREF(cbCmd);
    587591    uint8_t *au8RingBuffer = pVideoAccel->pVbvaMemory->au8RingBuffer;
    588592
     
    781785void Display::processAdapterData(void *pvVRAM, uint32_t u32VRAMSize)
    782786{
     787    RT_NOREF(u32VRAMSize);
    783788    if (pvVRAM == NULL)
    784789    {
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