VirtualBox

Changeset 62890 in vbox for trunk/src/VBox/Devices/PC/ACPI


Ignore:
Timestamp:
Aug 2, 2016 11:51:30 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109490
Message:

Devices: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp

    r62509 r62890  
    391391
    392392/** No docs, lazy coder. */
    393 int acpiCleanupDsdt(PPDMDEVINS pDevIns,  void *pvPtr)
     393int acpiCleanupDsdt(PPDMDEVINS pDevIns, void *pvPtr)
    394394{
    395395#ifdef VBOX_WITH_DYNAMIC_DSDT
    396396    return cleanupDynamicDsdt(pDevIns, pvPtr);
    397397#else
     398    RT_NOREF1(pDevIns);
    398399    if (pvPtr)
    399400        RTMemFree(pvPtr);
     
    458459int acpiCleanupSsdt(PPDMDEVINS pDevIns, void *pvPtr)
    459460{
     461    RT_NOREF1(pDevIns);
    460462    if (pvPtr)
    461463        RTMemFree(pvPtr);
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