Changeset 63244 in vbox for trunk/src/VBox/Main/src-client/DisplayImplLegacy.cpp
- Timestamp:
- Aug 10, 2016 10:36:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImplLegacy.cpp
r63147 r63244 53 53 static unsigned mapCoordsToScreen(DISPLAYFBINFO *pInfos, unsigned cInfos, int *px, int *py, int *pw, int *ph) 54 54 { 55 RT_NOREF(pw, ph); 56 55 57 DISPLAYFBINFO *pInfo = pInfos; 56 58 unsigned uScreenId; … … 357 359 static bool i_vbvaVerifyRingBuffer(VBVAMEMORY *pVbvaMemory) 358 360 { 361 RT_NOREF(pVbvaMemory); 359 362 return true; 360 363 } … … 585 588 static void i_vbvaReleaseCmd(VIDEOACCEL *pVideoAccel, VBVACMDHDR *pHdr, int32_t cbCmd) 586 589 { 590 RT_NOREF(cbCmd); 587 591 uint8_t *au8RingBuffer = pVideoAccel->pVbvaMemory->au8RingBuffer; 588 592 … … 781 785 void Display::processAdapterData(void *pvVRAM, uint32_t u32VRAMSize) 782 786 { 787 RT_NOREF(u32VRAMSize); 783 788 if (pvVRAM == NULL) 784 789 {
Note:
See TracChangeset
for help on using the changeset viewer.