VirtualBox

Changeset 57859 in vbox


Ignore:
Timestamp:
Sep 22, 2015 2:35:47 PM (9 years ago)
Author:
vboxsync
Message:

VMM: warnings.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMR0.cpp

    r57564 r57859  
    18591859         Sel, pDesc->au32[0], pDesc->au32[1], u32Base, u32Limit, pDesc->Gen.u2Dpl, szMsg));
    18601860# endif
     1861#else
     1862    NOREF(Sel); NOREF(pszMsg);
    18611863#endif
    18621864}
     
    20092011        pCtx->msrSFMASK,
    20102012        pCtx->msrKERNELGSBASE));
     2013
     2014    NOREF(pFpuCtx);
    20112015}
    20122016
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r57856 r57859  
    21102110    return 2;
    21112111#else
    2112     NOREF(pLogger); NOREF(pcbBuf); NOREF(cchBuf);
     2112    NOREF(pLogger); NOREF(pchBuf); NOREF(cchBuf);
    21132113    return 0;
    21142114#endif
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