type conversion; possible loss of data
Two data items in an expression had different base types, causing the type of one item to be converted. During the conversion, a data item was truncated.
This warning can be avoided by casting the data items to the appropriate type.