diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 18:23:54 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 18:23:54 +0000 |
commit | ed056fdb7389fdbb1ec3424880dc7b890d467268 (patch) | |
tree | 8400f44ec23f635fd4b358fe3e2eba22df0a6b1e /ace/Stats.cpp | |
parent | 0df86b2c8aeb94fcba6b95906b44daed00a9efcd (diff) | |
download | ATCD-ed056fdb7389fdbb1ec3424880dc7b890d467268.tar.gz |
Changes to support Green Hills Native x86 compiler.
Diffstat (limited to 'ace/Stats.cpp')
-rw-r--r-- | ace/Stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Stats.cpp b/ace/Stats.cpp index 321649eba77..b2ee81353bd 100644 --- a/ace/Stats.cpp +++ b/ace/Stats.cpp @@ -478,7 +478,7 @@ ACE_Throughput_Stats::sample (ACE_UINT64 throughput, void ACE_Throughput_Stats::accumulate (const ACE_Throughput_Stats &rhs) { - if (rhs.samples_count () == 0) + if (rhs.samples_count () == 0u) return; this->ACE_Basic_Stats::accumulate (rhs); |