VirtualBox

Changeset 25778 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Jan 12, 2010 4:58:20 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56536
Message:

VMMDevHGCM: shut up signed warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp

    r25643 r25778  
    454454    pCmd->cLinPtrPages = pSavedCmd->cLinPtrPages;
    455455    pCmd->paLinPtrs    = pSavedCmd->paLinPtrs;
    456    
     456
    457457    /* The new allocated command owns the 'paLinPtrs' pointer. */
    458458    pSavedCmd->paLinPtrs = NULL;
     
    11211121    uint32_t i;
    11221122
    1123     uint32_t cLinPtrs = 0;
    1124     uint32_t cLinPtrPages = 0;
     1123    int32_t cLinPtrs = 0;
     1124    int32_t cLinPtrPages = 0;
    11251125
    11261126    if (f64Bits)
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