Jens Geyer created THRIFT-4745:
----------------------------------
Summary: warning C4305: 'initializing' : truncation from
'"__int64' to 'long'
Key: THRIFT-4745
URL: https://issues.apache.org/jira/browse/THRIFT-4745
Project: Thrift
Issue Type: Bug
Components: JavaScript - Compiler
Reporter: Jens Geyer
{code}
// largest consecutive integer representable by a double (2 ^ 53 - 1)
{color:#0000ff}static{color} {color:#0000ff}const{color}
{color:#0000ff}long{color} max_safe_integer = 0x1fffffffffffff;
{code}
Raises
{code}warning C4305: 'initializing' : truncation from '"__int64' to 'long'{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)