[ 
https://issues.apache.org/jira/browse/TS-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13634628#comment-13634628
 ] 

ASF subversion and git services commented on TS-1829:
-----------------------------------------------------

Commit 5b44534f7bdc2338c23c5cf89ddf86d6de3ae829 in branch refs/heads/master 
from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=5b44534 ]

TS-1829: values exceed capacity of 'long' data type on 32-bit

                
> Hardcoded numeric values exceed capacity of 'long' data type on 32-bit
> ----------------------------------------------------------------------
>
>                 Key: TS-1829
>                 URL: https://issues.apache.org/jira/browse/TS-1829
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>            Reporter: Nick Kew
>             Fix For: 3.3.3
>
>
> Compile failure:
> cc1plus: warnings being treated as errors
> RecUtils.cc:79: error: integer constant is too large for ‘long’ type
> RecUtils.cc:101: error: integer constant is too large for ‘long’ type
> make[2]: *** [libreclocal_a-RecUtils.o] Error 1
> Either the datatype needs changing to be explicitly 64-bit, or the values 
> 0x7fffffffffffffff and 0x8000000000000000 need switching to a 
> platform-sensitive LONG_MAX construct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to