VirtualBox

Ignore:
Timestamp:
Oct 24, 2011 1:58:22 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74523
Message:

More parameter warning fixes; made PciIch9 check the saved state version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp

    r37596 r39091  
    173173{
    174174    AssertMsg(pThis->hDevice != (intptr_t)NIL_RTFILE, ("SUPLIB not initiated successfully!\n"));
     175    NOREF(cbReq);
    175176
    176177    /*
     
    245246int suplibOsPageFree(PSUPLIBDATA pThis, void *pvPages, size_t cPages)
    246247{
     248    NOREF(pThis);
    247249    munmap(pvPages, cPages << PAGE_SHIFT);
    248250    return VINF_SUCCESS;
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