VirtualBox

Changeset 63689 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Sep 2, 2016 12:00:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110449
Message:

Storage: New ramdisk driver for debugging and make DrvDiskIntegrity compile with warnings as errors enabled

Location:
trunk/src/VBox/Devices/Storage
Files:
1 added
1 edited

Legend:

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

    r63562 r63689  
    689689 * @param   pvUser     Opaque user data.
    690690 */
    691 static int drvdiskIntIoReqExpiredCheck(RTTHREAD pThread, void *pvUser)
     691static DECLCALLBACK(int) drvdiskIntIoReqExpiredCheck(RTTHREAD pThread, void *pvUser)
    692692{
    693693    PDRVDISKINTEGRITY pThis = (PDRVDISKINTEGRITY)pvUser;
     694
     695    RT_NOREF(pThread);
    694696
    695697    while (pThis->fRunning)
     
    13041306/* -=-=-=-=- driver interface -=-=-=-=- */
    13051307
    1306 static int drvdiskintTreeDestroy(PAVLRFOFFNODECORE pNode, void *pvUser)
     1308static DECLCALLBACK(int) drvdiskintTreeDestroy(PAVLRFOFFNODECORE pNode, void *pvUser)
    13071309{
    13081310    PDRVDISKSEGMENT pSeg = (PDRVDISKSEGMENT)pNode;
     1311
     1312    RT_NOREF(pvUser);
    13091313
    13101314    RTMemFree(pSeg->pbSeg);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette