mapleFU opened a new pull request, #1846:
URL: https://github.com/apache/incubator-brpc/pull/1846

   When compiling `rpc_press` using Apple M1 Pro and clang14, 
`std::max(10000000L, 10 * interval);` tells that `long` and `long long` 
conflict, so I change it to `10000000LL`, which represents "long long".
   
   Also, I fix some typos in execution-queue mod.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to