VirtualBox

Changeset 12371 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 10, 2008 7:32:36 PM (16 years ago)
Author:
vboxsync
Message:

warnings

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdev.h

    r11294 r12371  
    30553055DECLINLINE(int) PDMDeviceDBGFStop(PPDMDEVINS pDevIns, RT_SRC_POS_DECL, const char *pszFormat, ...)
    30563056{
     3057    NOREF(pDevIns);
     3058    NOREF(pszFormat);
     3059    NOREF(pszFile);
     3060    NOREF(iLine);
     3061    NOREF(pszFunction);
    30573062#ifdef VBOX_STRICT
    30583063# ifdef IN_RING3
  • trunk/include/VBox/pdmusb.h

    r8155 r12371  
    685685DECLINLINE(int) PDMUsbDBGFStop(PPDMUSBINS pUsbIns, RT_SRC_POS_DECL, const char *pszFormat, ...)
    686686{
     687    NOREF(pUsbIns);
     688    NOREF(pszFile);
     689    NOREF(iLine);
     690    NOREF(pszFunction);
     691    NOREF(pszFormat);
    687692#ifdef VBOX_STRICT
    688693    int rc;
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