Kevin Lyda created MESOS-664:
--------------------------------

             Summary: Type resolution issue on 32 bit systems
                 Key: MESOS-664
                 URL: https://issues.apache.org/jira/browse/MESOS-664
             Project: Mesos
          Issue Type: Bug
          Components: build
         Environment: 32 bit Linux systems
            Reporter: Kevin Lyda
            Priority: Minor


Cast call to min for 32 bit systems.

The call to min(ssize_t, long int) won't compile on 32 bit systems because 
ssize_t resolves to int on those systems. h/t to woggle on irc for helping me 
find this.


--
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