Ben Craig created THRIFT-2027: --------------------------------- Summary: Minor 64-bit and NOMINMAX issues in C++ library Key: THRIFT-2027 URL: https://issues.apache.org/jira/browse/THRIFT-2027 Project: Thrift Issue Type: Bug Affects Versions: 0.9 Environment: 64-bit. Windows without NOMINMAX set. Reporter: Ben Craig Priority: Minor Fix For: 1.0
TNonblockingServer and THttpServer have size_t -> uint32_t truncations. TZlibTransport calls std::min without enclosing it in parens. This is a really minor issue, since we technically build with NOMINMAX in the environment (which fixes the problem), but I have a strange personal goal of being able to build without setting NOMINMAX. -- 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