diff options
Diffstat (limited to 'cpp/src/IcePatch/IcePatchI.cpp')
-rw-r--r-- | cpp/src/IcePatch/IcePatchI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/IcePatchI.cpp b/cpp/src/IcePatch/IcePatchI.cpp index ffb7490cbc2..3d84cae16b1 100644 --- a/cpp/src/IcePatch/IcePatchI.cpp +++ b/cpp/src/IcePatch/IcePatchI.cpp @@ -228,7 +228,7 @@ IcePatch::RegularI::getBZ2Size(const Current& current) const } } - return infoBZ2.size; + return static_cast<Int>(infoBZ2.size); } catch(const IceUtil::ThreadLockedException&) { |