VirtualBox

Ignore:
Timestamp:
Aug 10, 2016 9:39:08 AM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

File:
1 edited

Legend:

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

    r62485 r63239  
    107107 * @interface_method_impl{PDMDRVREG,pfnReset}
    108108 */
    109 DECLCALLBACK(void) PCIRawDev::drvReset(PPDMDRVINS pDrvIns)
    110 {
    111 }
    112 
    113 
    114 /**
    115  * @interface_method_impl{PDMDRVREG,pfnReset}
    116  */
    117109DECLCALLBACK(void) PCIRawDev::drvDestruct(PPDMDRVINS pDrvIns)
    118110{
     
    130122DECLCALLBACK(int) PCIRawDev::drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfgHandle, uint32_t fFlags)
    131123{
     124    RT_NOREF(fFlags);
    132125    PDMDRV_CHECK_VERSIONS_RETURN(pDrvIns);
    133126    PDRVMAINPCIRAWDEV pThis = PDMINS_2_DATA(pDrvIns, PDRVMAINPCIRAWDEV);
     
    204197    NULL,
    205198    /* pfnReset */
    206     PCIRawDev::drvReset,
     199    NULL,
    207200    /* pfnSuspend */
    208201    NULL,
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