Skip to content
  • Kenneth Moreland's avatar
    Fix 64bit to 32bit demotions. · 402d28d2
    Kenneth Moreland authored
    Many parts of the code allowed implicit conversion from a 64 bit value
    to a 32 bit value.  A lot of this was using IceTSizeType as a 32 bit
    integer.  Using the compiler warnings, remove the conversions or make
    them explicit.
    402d28d2