summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-server/win/PerformanceWin.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-08-10 12:04:54 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-08-10 12:04:54 +0000
commit68c59aca16ac34b55c7378ca771a6bb406efc263 (patch)
tree214001f294136ff21e8366d5a1d0cea95b65ea32 /src/VBox/Main/src-server/win/PerformanceWin.cpp
parente048bb320c687035649622b4cea1de2c9122716e (diff)
downloadVirtualBox-svn-68c59aca16ac34b55c7378ca771a6bb406efc263.tar.gz
Main: warnings
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@63256 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/src-server/win/PerformanceWin.cpp')
-rw-r--r--src/VBox/Main/src-server/win/PerformanceWin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Main/src-server/win/PerformanceWin.cpp b/src/VBox/Main/src-server/win/PerformanceWin.cpp
index b64426fbd1c..f06a2354af9 100644
--- a/src/VBox/Main/src-server/win/PerformanceWin.cpp
+++ b/src/VBox/Main/src-server/win/PerformanceWin.cpp
@@ -194,6 +194,7 @@ int CollectorWin::preCollect(const CollectorHints& hints, uint64_t /* iTick */)
int CollectorWin::getHostCpuLoad(ULONG *user, ULONG *kernel, ULONG *idle)
{
+ RT_NOREF(user, kernel, idle);
return VERR_NOT_IMPLEMENTED;
}
@@ -312,6 +313,7 @@ int CollectorWin::getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available
int CollectorWin::getProcessCpuLoad(RTPROCESS process, ULONG *user, ULONG *kernel)
{
+ RT_NOREF(process, user, kernel);
return VERR_NOT_IMPLEMENTED;
}