in reply to Re: Hex to decimal resulting in integer overflow
in thread Hex to decimal resulting in integer overflow

Turns out that hex will actually use floating point numbers if required. The warning doesn't indicate outright failure as Isuspected; it indicate a potentional loss of precision. But it you're numbers are no more than 53 bits in size, there is no problem and you can silence the warning.