You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/07/19 15:05:39 UTC

[GitHub] [incubator-brpc] mapleFU opened a new pull request, #1846: Fixing compilation in rpc_press, and fixing typo in execution-queue

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: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] wwbmmm merged pull request #1846: Fixing compilation in rpc_press, and fixing typo in execution-queue

Posted by GitBox <gi...@apache.org>.
wwbmmm merged PR #1846:
URL: https://github.com/apache/incubator-brpc/pull/1846


-- 
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: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org