diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-10-22 18:01:35 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-10-22 18:01:35 +0000 |
commit | 6eb1f5d2dd5abf5377b68edd2504bfbbe76ceb61 (patch) | |
tree | 6db172cf0c52f5dbea562b4ec8a03b7d0d93baa7 /cpp/src/Freeze/EvictorIteratorI.cpp | |
parent | Added Ice.Trace.Location. (diff) | |
download | ice-6eb1f5d2dd5abf5377b68edd2504bfbbe76ceb61.tar.bz2 ice-6eb1f5d2dd5abf5377b68edd2504bfbbe76ceb61.tar.xz ice-6eb1f5d2dd5abf5377b68edd2504bfbbe76ceb61.zip |
Fixed warnings
Diffstat (limited to 'cpp/src/Freeze/EvictorIteratorI.cpp')
-rw-r--r-- | cpp/src/Freeze/EvictorIteratorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/EvictorIteratorI.cpp b/cpp/src/Freeze/EvictorIteratorI.cpp index 2d348e63b86..346301f0148 100644 --- a/cpp/src/Freeze/EvictorIteratorI.cpp +++ b/cpp/src/Freeze/EvictorIteratorI.cpp @@ -120,7 +120,7 @@ Freeze::EvictorIteratorI::nextBatch() // // Will be used as input as well // - dbKey.set_size(firstKey.size()); + dbKey.set_size(static_cast<u_int32_t>(firstKey.size())); } if(_loadServants) |