summaryrefslogtreecommitdiff
path: root/ace/Profile_Timer.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-13 03:46:24 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-13 03:46:24 +0000
commit6ee739b410ce5b846971914747b23225243fd82a (patch)
tree0b1b83f537f3e1b7cff3d5df88b3dd7c4ad1aa15 /ace/Profile_Timer.cpp
parent13bcfa8dd3e58542d6cba5e43a12f2c659fcf1e0 (diff)
downloadATCD-6ee739b410ce5b846971914747b23225243fd82a.tar.gz
foobar
Diffstat (limited to 'ace/Profile_Timer.cpp')
-rw-r--r--ace/Profile_Timer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Profile_Timer.cpp b/ace/Profile_Timer.cpp
index b8c5aba3e00..5ac852427e6 100644
--- a/ace/Profile_Timer.cpp
+++ b/ace/Profile_Timer.cpp
@@ -160,6 +160,8 @@ ACE_Profile_Timer::elapsed_rusage (ACE_Profile_Timer::Rusage &usage)
usage.ru_nvcsw = this->end_usage_.ru_nvcsw - this->last_usage_.ru_nvcsw;
// involuntary context switches
usage.ru_nivcsw = this->end_usage_.ru_nivcsw - this->last_usage_.ru_nivcsw;
+#else
+ ACE_UNUSED_ARG(usage);
#endif /* ACE_WIN32 */
}