VirtualBox

Ignore:
Timestamp:
Mar 16, 2009 10:30:55 AM (16 years ago)
Author:
vboxsync
Message:

#3686: “Main: fix unused var warnings”

  • Garbage collect; use NOREF(); comment out; (depending on situation)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Performance.cpp

    r15051 r17911  
    4646// Stubs for non-pure virtual methods
    4747
    48 int CollectorHAL::getHostCpuLoad(ULONG *user, ULONG *kernel, ULONG *idle)
     48int CollectorHAL::getHostCpuLoad(ULONG * /* user */, ULONG * /* kernel */, ULONG * /* idle */)
    4949{
    5050    return E_NOTIMPL;
    5151}
    5252
    53 int CollectorHAL::getProcessCpuLoad(RTPROCESS process, ULONG *user, ULONG *kernel)
     53int CollectorHAL::getProcessCpuLoad(RTPROCESS  /* process */, ULONG * /* user */, ULONG * /* kernel */)
    5454{
    5555    return E_NOTIMPL;
    5656}
    5757
    58 int CollectorHAL::getRawHostCpuLoad(uint64_t *user, uint64_t *kernel, uint64_t *idle)
     58int CollectorHAL::getRawHostCpuLoad(uint64_t * /* user */, uint64_t * /* kernel */, uint64_t * /* idle */)
    5959{
    6060    return E_NOTIMPL;
    6161}
    6262
    63 int CollectorHAL::getRawProcessCpuLoad(RTPROCESS process, uint64_t *user, uint64_t *kernel, uint64_t *total)
     63int CollectorHAL::getRawProcessCpuLoad(RTPROCESS  /* process */, uint64_t * /* user */, uint64_t * /* kernel */, uint64_t * /* total */)
    6464{
    6565    return E_NOTIMPL;
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