Nick Kew created TS-1829:
----------------------------
Summary: 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
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